Releases: SDWebImage/SDWebImageWebPCoder
Releases · SDWebImage/SDWebImageWebPCoder
0.7.0 - iOS 9+/Xcode 11+
Project
- Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #48
0.6.1 - Fix Progressive Thread Safe && Max Pixel Size
0.6.0 - Support Encode File Size Limit && SD 5.7
Progressive Animated WebP!
Features
- Feature - Supports Progressive Animated WebP (Important) #33
- The progressive Animated WebP works compatible for
SDAnimatedImageView
. For normalUIImageView
, it will show the static poster image. Previous version does not support this static poster at all.
Fix Progressive Thumbnail Decoding
Fixes
- Fix the issue that thumbnail decoding does not works for progressive webp image #32
Supports Thumbnail Decoding with SDWebImage 5.5.0
Features
- WebPCoder now supports the thumbnail decoding #31
Fix extra CGContext RAM usage for Static WebP
Fixes
- Fix the issue when WebP is static webp, the
SDAnimatedImageCoder
protocol implementation still create CGContext, this can reduce RAM usage #30
Project
- The libwebp dependency for SwiftPM, now bumped to v1.1.0 official version instead of rc-2
Support Swift Package Manager
Features
- Support Swift Package Manager (with libwebp v1.1.0-rc2) #28
Fix warnings
Fixes
- Fix the warning of deprecated API
CGColorSpaceCreateWithICCProfile
#24