SDWebImageWebPCoder Versions Save

A WebP coder plugin for SDWebImage, use libwebp

0.14.6

1 month ago

Fixes

  • Fix the limitBytes options does not work as expected because of type error #110 @JiaqiSun

0.14.5

3 months ago

Project

  • Copy the macros from SDWebImage Core repo to fix build issue #98 #97
    • This only fix build issue, no functional effect. This is a re-release of 0.14.5 (need pod cache clean if you face cache issue)

0.14.4

3 months ago

Fixes

  • Fix the issue when EXIF orientation does not keep during the libwebp encoding #96

0.14.3

3 months ago

Fixes

  • Fix the issue when monochome colorspace cause the WebP encoding failed #95 #94

0.14.2

6 months ago

Fixes

  • Fix the WebP encoding which loss the image's input color space #90 #89

0.14.1

6 months ago

Fixes

  • Support to detect the RGB16 bitmap info, fix the iOS 11- decode issues #87

0.14.0

6 months ago

Features

  • Adds a SDImageCoderEncodeWebPLossless option to enable lossless mode on webp encoder. #85

0.13.0

10 months ago

Performance

  • Avoid force-decode by apply the byte alignment for static WebP images, using runtime detection for bitmap info #77

Project

  • Update the dependency for SDWebImage 5.17.0+

0.12.0

11 months ago

Feature

  • Added the support for 5.16.0+ limit bytes feature from SDWebImage Coder Plugin API #75

Fixes

  • Fix the CocoaPods issue on watchOS because no-auto-link CoreGraphics

0.11.0

1 year ago

Performance

  • Reduce memory usage peak when using thumbnail animated WebP decoding and encoding #73