dreampiggy
released this
Features
- Added new encoding options to WebP encoding #49
Performance
- Replace the dispatch semaphore into os_unfair_lock, copied from SDWebImage Core #51
Assets
2
dreampiggy
released this
Project
- Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #48
Assets
2
dreampiggy
released this
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
Assets
2
dreampiggy
released this
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
Assets
2
dreampiggy
released this
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.
Assets
2
dreampiggy
released this
Fixes
- Fix the issue that thumbnail decoding does not works for progressive webp image #32
Assets
2
dreampiggy
released this
Features
- WebPCoder now supports the thumbnail decoding #31
Assets
2
dreampiggy
released this
Fixes
- Fix the issue when WebP is static webp, the
SDAnimatedImageCoderprotocol 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
Assets
2
dreampiggy
released this
Features
- Support Swift Package Manager (with libwebp v1.1.0-rc2) #28
Assets
2
dreampiggy
released this
Fixes
- Fix the warning of deprecated API
CGColorSpaceCreateWithICCProfile#24