Releases: SDWebImage/SDWebImageAVIFCoder
Releases · SDWebImage/SDWebImageAVIFCoder
0.8.2 - Support libavif 0.9.1+
Project
- Support libavif 0.9.1 #30
0.8.1 - Support libavif 0.8.2+
Project
- Support libavif 0.8.2+ #29
0.8.0 - iOS 9+/Xcode 11 && Fix CMYK
Project
- Bump the deployment target to iOS 9+/macOS 10.11+ #24
Fixes
- Fix the encoding compatibility for CMYK image #25
0.7.0 - Support libavif 0.8+
Features
- Fix the compatible with libavif 0.8+ version #23
0.6.2 - Fix CocoaPods
Fix
- Fix the CocoaPods usage because of Podspec public headers issues #22
Deprecation
- Workaround/Some of color space constans are deprecated @ledyba-z
0.6.1 - Fix libavif >= 0.7.2 compile issue
Refactory
- Refactoring & fix a bug & add tests to increase code coverage. #18
Project
- Fix/support libavif v0.7.3 #20
0.6.0 - Performance && ColorProfile
Features
- Output grayscale images as possible #11
- Reduces up to 66% memory usage.
- Support libavif v0.60 and set proper color space as possible. #13
- Decoding images with alpha planes becomes faster 13%~25% than before
Fixs
- Scale alpha planes [0, (1 << bit-depth) - 1] to [0, 65536] #14
Project
- The dependency of libavif bumped to v0.6.0 #13
Unit tests and remove inappropriate debugging code
Test
- Added unit tests and code coverage. #10
Fix
- Remove inappropriate debugging code, this slightly effect the performance. #10
Fix AVIF decoding for odd dimensions
Fixes
- Handle images with odd dimensions and fix color matrix #9
Testing
- Add CI to check decoding functions #9
Performance && SwiftPM
Performance
- use vImage framework to accelerate conversion from YUV to RGB(A) #7. Thanks @ledyba-z
Project
- Support Swift Package Manager #8