aboutsummaryrefslogtreecommitdiff
path: root/src/images
AgeCommit message (Expand)Author
2019-01-24Remove nearly all use of SkColorSpaceTransferFnBrian Osman
2019-01-21SkColorSpace API cleanupBrian Osman
2019-01-07return proper false for jpegMike Reed
2018-12-11Revert "Treat kWEBP encode with quality=100 as lossless"Mike Reed
2018-12-11Treat kWEBP encode with quality=100 as losslessLeon Scroggins III
2018-11-02DeMorgan's blend-on-black logicMike Klein
2018-11-02implement most SkImageEncoderFns with skcmsMike Klein
2018-11-02transform_scanline_888x is transform_scanline_RGBXMike Klein
2018-11-02remove unused SkImageEncoderFns bitsMike Klein
2018-10-24remove src/jumperMike Klein
2018-10-04re-precate SkMatrix44::SkMatrix44()Mike Klein
2018-09-28Support encoding/decoding F16 without a color spaceBrian Osman
2018-08-21IWYU: SkUtils.hHal Canary
2018-07-12Replace nearly all kRespect with kIgnoreBrian Osman
2018-06-26basic first pass at RGBA F32 supportMike Klein
2018-06-04Remove color space restrictions from image infosBrian Osman
2018-05-22Reland "strip down SkICC.cpp"Mike Klein
2018-05-10Revert "strip down SkICC.cpp"Mike Klein
2018-05-10non-linear blending first stepsMike Klein
2018-05-09strip down SkICC.cppMike Klein
2018-01-301010102, 101010x, 888x in swMike Klein
2018-01-26remove SkColorSpace_BaseMike Klein
2017-12-18remove append_from_srgb()Mike Klein
2017-12-12Push much of the SkColorSpace_Base interface up to SkColorSpaceBrian Osman
2017-12-09centralize encoding to SkDataMike Reed
2017-12-04Fix setjmp/longjump usage in JPEG error handlingChris Dalton
2017-11-30encode kAlpha_8 as grayalpha with sigbits for gray==1Mike Reed
2017-10-18Revert "Add an Option for orientation on JPEG encodes"Ben Wagner
2017-10-18Add an Option for orientation on JPEG encodesLeon Scroggins III
2017-09-21Add SK_API to APIs used by the android framework.Derek Sollenberger
2017-09-15make most of SkColorPriv.h privateCary Clark
2017-09-06Use kIgnore blend behavior when encoding JPEGLeon Scroggins III
2017-07-21when encoding PNG, don't assume F16 values are in rangeMike Klein
2017-07-20convert over to 2d-modeMike Klein
2017-07-18guard references to SkColorTableMike Reed
2017-07-17Index8 is dead, remove guarded codeMike Reed
2017-07-13Guard to remove kIndex_8_SkColorTypeMike Reed
2017-06-28clean up low-hanging swap_rbMike Klein
2017-06-12Always encode images with sRGB encoded pixelsMatt Sarett
2017-06-12fix f16 encodingMike Klein
2017-06-09Add comments support for PNG encoderYuqian Li
2017-06-01update SkRasterPipeline::run() to also take yMike Klein
2017-05-24SkRasterPipeline in SkArenaAllocMike Klein
2017-05-19SkWebpEncoder: use bgra for lossless and yuv for lossyMatt Sarett
2017-05-19Temporarily use default webp encode method for bzlMatt Sarett
2017-05-17Add support for webp lossless compressionMatt Sarett
2017-05-11Fix Ubuntu-Clang-x86_64-Release-MiniMatt Sarett
2017-05-11Add SkJpegEncoder and SkWebpEncoder to public APIMatt Sarett
2017-05-09Add downsampling option to SkJpegEncoderMatt Sarett
2017-05-09Add jpeg encoder alpha handling optionMatt Sarett