Releases: SDWebImage/SDWebImageWebPCoder
Releases · SDWebImage/SDWebImageWebPCoder
0.14.6 - Fix limitBytes bug
0.14.5 - Fix build issue
0.14.4 - Fix WebP encoding loss orientation
Fixes
- Fix the issue when EXIF orientation does not keep during the libwebp encoding #96
0.14.3 - Fix encoding monochrome colorspace
0.14.2 - Fix WebP Encode color space
0.14.1 - Decode Bitmap fixes
Fixes
- Support to detect the RGB16 bitmap info, fix the iOS 11- decode issues #87
0.14.0 - Lossless Mode
Features
- Adds a SDImageCoderEncodeWebPLossless option to enable lossless mode on webp encoder. #85
0.13.0 - Byte Alignment and reduce RAM
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 - Limit Bytes
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 - Thumbnail and encoding opt
Performance
- Reduce memory usage peak when using thumbnail animated WebP decoding and encoding #73