Releases: SDWebImage/SDWebImageWebPCoder
Releases · SDWebImage/SDWebImageWebPCoder
0.8.0 - Advanced codec options && os_unfair_lock
14 Dec 07:09
Compare
Sorry, something went wrong.
No results found
Features
Added new encoding options to WebP encoding #49
Performance
Replace the dispatch semaphore into os_unfair_lock, copied from SDWebImage Core #51
0.7.0 - iOS 9+/Xcode 11+
24 Nov 03:09
Compare
Sorry, something went wrong.
No results found
Project
Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #48
0.6.1 - Fix Progressive Thread Safe && Max Pixel Size
13 Apr 05:24
Compare
Sorry, something went wrong.
No results found
Fixes
Fix the potential buffer crash issue during progressive animated webp decoding, and avoid extra copy for partial image data #41
Feature
Feature WebP Encoding max pixel size (Thumbnail Encoding) #42
0.6.0 - Support Encode File Size Limit && SD 5.7
07 Apr 13:04
Compare
Sorry, something went wrong.
No results found
Features
Supports the maxFileSize encoding options, as well as enabling the thread-encoding for speedup #35
Fixes
Fix that the max file size encoding need to increase the passes used by libwebp, we choose to use 6 from cwebp command line #36
Project
Upgrade the dependency to SDWebImage 5.7 #35
Refactory the workspace and test project path #39
Progressive Animated WebP!
18 Jan 12:23
Compare
Sorry, something went wrong.
No results found
Features
Feature - Supports Progressive Animated WebP (Important) #33
The progressive Animated WebP works compatible for SDAnimatedImageView. For normal UIImageView, it will show the static poster image. Previous version does not support this static poster at all.
Fix Progressive Thumbnail Decoding
18 Jan 10:35
Compare
Sorry, something went wrong.
No results found
Fixes
Fix the issue that thumbnail decoding does not works for progressive webp image #32
Supports Thumbnail Decoding with SDWebImage 5.5.0
18 Jan 04:55
Compare
Sorry, something went wrong.
No results found
Features
WebPCoder now supports the thumbnail decoding #31
Fix extra CGContext RAM usage for Static WebP
07 Jan 10:55
Compare
Sorry, something went wrong.
No results found
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
27 Dec 06:51
Compare
Sorry, something went wrong.
No results found
Features
Support Swift Package Manager (with libwebp v1.1.0-rc2) #28
Fix warnings
02 Oct 09:10
Compare
Sorry, something went wrong.
No results found
Fixes
Fix the warning of deprecated API CGColorSpaceCreateWithICCProfile #24