- 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
- c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
- fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
- 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
- 76f5706 remove linear blending from SkWebpCodec by Mike Klein · 6 years ago
- c402b77 Remove sk_64_isS32 and sk_64_asS32 by Herb Derby · 7 years ago
- 7fcfb62 move a bunch of helpers from SkImageInfo.h into priv by Mike Reed · 7 years ago
- ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
- e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
- da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
- 42ee284 Use SkAndroidCodec in SkAnimatedImage by Leon Scroggins III · 7 years ago
- f1f1162 remove append_from_srgb() by Mike Klein · 7 years ago
- c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
- 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
- c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago
- 0358841 Fix webp bug compositing alpha frames on opaque (better fix) by Leon Scroggins III · 7 years ago
- 2009c20 Revert "Fix webp bug compositing alpha frames on opaque" by Leon Scroggins · 7 years ago
- 42bae8f Fix webp bug compositing alpha frames on opaque by Leon Scroggins III · 7 years ago
- f78b55c Simplify SkColorSpace::MakeICC by Leon Scroggins III · 7 years ago
- f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
- 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
- cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
- 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
- e567746 Fix truncated webp images by Leon Scroggins III · 7 years ago
- 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
- f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
- 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
- de7f91b Remove SK_LEGACY_FRAME_INFO_ALPHA_TYPE by Leon Scroggins III · 7 years ago
- ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
- 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
- ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
- 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
- 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
- 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
- 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
- 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
- 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
- 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
- c2d2076 clean up low-hanging swap_rb by Mike Klein · 7 years ago
- 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
- ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 7 years ago
- 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
- c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
- 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 7 years ago
- b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 7 years ago
- ee92f13 Fix alpha in webp bug introduced with animation by Leon Scroggins III · 7 years ago
- 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
- 58c7b92 Fix msan errors in webp decoder by Matt Sarett · 8 years ago
- 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
- cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
- 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
- 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
- ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
- 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
- 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
- b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 8 years ago
- 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 8 years ago
- d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
- 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
- 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
- 313c463 Safely handle unsupported color xforms in SkCodec by Matt Sarett · 8 years ago
- 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
- cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
- 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
- c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
- c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
- 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
- 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
- 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
- e99883f Add color xform support to SkWebpCodec by msarett · 8 years ago
- 2eb00e7 Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of https://codereview.chromium.org/2294993002/ ) by msarett · 8 years ago
- 828ed17 Add color xform support to SkWebpCodec by msarett · 8 years ago
- ff2a6c8 Use demux API in SkWebpCodec by msarett · 8 years ago
- 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
- de44222 Webp has_alpha is a hint only by msarett · 8 years ago
- ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 9 years ago
- c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 9 years ago
- f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
- 6e077e1 Mark webps as sRGB by msarett · 9 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
- db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
- fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
- e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
- e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
- 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
- b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
- 74992b5 Let SkWebpCodec decode to 565 by scroggo · 9 years ago
- b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
- eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
- a0c414d Prevent webp from producing 0 dimensional images by msarett · 9 years ago
- 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago