Releases: SDWebImage/SDWebImageWebPCoder
Releases · SDWebImage/SDWebImageWebPCoder
0.10.1 - Avoid extra copy
Performance
- Avoid unused extra copy of MutableData #71
0.10.0 - Adopt encodedWithFrames API
Features
- Adopt 5.15.0's encodedDataWithFrames API #70
- Dump dependency of SDWebImage to 5.15.0+
0.9.1 - Fix incremental thread safe issue
Bugfix
- Fix the thread safe issue for accessing array with index, which may happend during incremental decoding #68
0.9.0 - Fix maxPixelSize (0.9.x)
Bugfix
- Fix the encoding maxPixelSize logic using 5.13.0 API #65
0.8.5 - Fix maxPixelSize
Bugfix
- Fix the encoding maxPixelSize logic (patch) #66
0.8.4 - Carthage XCFramework
Project
- Update framework search paths to find XCFrameworks #57
0.8.3 - Fix WebP encoding leak for 0.8.2
This is an important fix for 0.8.2, all 0.8.2 users are recommended to upgrade
Fixes
- Fix the encoding leak when input CGImage is not RGBA8888 or RGB888 #54
0.8.2 - Fix grayscale & CMYK encoding
Fixes
- Fix the issue when WebP Encoding grayscale image/CMYK image #53