Releases: SDWebImage/SDWebImageWebPCoder
Releases · SDWebImage/SDWebImageWebPCoder
Fix little project config on macOS
Project
- Update to fix the wrong product name
SDWebImageWebPCoder_macos.framework
for macOS on Carthage users #17
Fix modular headers for CocoaPods
Project
- Fix the issue that could not compile SDWebImageWebPCoder when using CocoaPods with use_modular_header! #15
[Important] bugfix for Animated WebP on `SDAnimatedImageView`
Fix
- Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, impact the
SDAnimatedImage
#14
Compatible for SDWebImage 5.0
Project
- Upgrade the SDWebImage dependency to
~> SDWebImage 5.0
Fix ICC Profile except RGB
Fix
- Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed #13
Fix ICC Profile crash
Fix
- Fix that WebP with custom ICC Profile will randomly crash, because
CGColorSpaceCreateWithICCProfile
does not copy the ICC data pointer #12
Fix umbrella headers
Animated WebP performance && fix
Upstream dependency update
Fix
- Upadte the CocoaPods && Carthage dependency to SDWebImage 5.0.0-beta4. Which is the release version don't ship with WebP subspec.
Initial Release
Feature
- Supports Static WebP and Animated WebP decoding & encoding
- Supports Static WebP progressive decoding
- Supports Animation rendering protocol used by SDWebImage 5.0