Releases: SDWebImage/SDWebImageBPGCoder
Releases · SDWebImage/SDWebImageBPGCoder
0.7.2 - Fix iOS 15+ CGImage
Fixes
- Fix the wrong byte order flag which cause failure on iOS 15+
0.7.1 - Fix CMYK encoding
Fixes
- Fix the encoding compatibility for CMYK image #8
0.7.0 - iOS 9+/Xcode 11+
Project
- Bumped the dependency to iOS 9+/macOS 10.11+ #7
Compatible for SDWebImage 5.0
Project
- Upgrade the SDWebImage dependency to
~> SDWebImage 5.0
libbpg without vendored library
Project
- Using CocoaPods dependency for libbpg #6
libx265 without vendored library
Support BPG encoding
Feature
- Support BPG image encoding. Including static BPG ans animated BPG #3
The encoding need another x265 dependency, and it's not included by default CocoaPods spec. If you need BPG encoding, use the bpgenc
subspec.
Support tvOS && watchOS
Fix carthage
Fix
- Fix the Carthage support of the wrong library search path
Carthage support && Upgrade
Features
- Add Carthage support. Which use the static library version of
libbpg.a
- Upgrade the SDWebImage dependency to 5.0.0-beta4
Fixes
- Fix the
SDImageFormatBPG
format type not been set