Releases: SDWebImage/SDWebImageWebPCoder
Releases · SDWebImage/SDWebImageWebPCoder
0.15.0 - ICC Profile Embedding
Compare
Sorry, something went wrong.
No results found
Features
Add ICC Profile Embedding Support for WebP Encoding #120 @KYHyeon
0.14.6 - Fix limitBytes bug
Compare
Sorry, something went wrong.
No results found
Fixes
Fix the limitBytes options does not work as expected because of type error #110 @JiaqiSun
0.14.5 - Fix build issue
Compare
Sorry, something went wrong.
No results found
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 - Fix WebP encoding loss orientation
Compare
Sorry, something went wrong.
No results found
Fixes
Fix the issue when EXIF orientation does not keep during the libwebp encoding #96
0.14.3 - Fix encoding monochrome colorspace
Compare
Sorry, something went wrong.
No results found
Fixes
Fix the issue when monochome colorspace cause the WebP encoding failed #95 #94
0.14.2 - Fix WebP Encode color space
Compare
Sorry, something went wrong.
No results found
Fixes
Fix the WebP encoding which loss the image's input color space #90 #89
0.14.1 - Decode Bitmap fixes
Compare
Sorry, something went wrong.
No results found
Fixes
Support to detect the RGB16 bitmap info, fix the iOS 11- decode issues #87
0.14.0 - Lossless Mode
Compare
Sorry, something went wrong.
No results found
Features
Adds a SDImageCoderEncodeWebPLossless option to enable lossless mode on webp encoder. #85
0.13.0 - Byte Alignment and reduce RAM
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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