Skip to content

Releases: SDWebImage/SDWebImageWebPCoder

0.7.0 - iOS 9+/Xcode 11+

24 Nov 03:09
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Features

  • WebPCoder now supports the thumbnail decoding #31

Fix extra CGContext RAM usage for Static WebP

07 Jan 10:55
Compare
Choose a tag to compare

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
Choose a tag to compare

Features

  • Support Swift Package Manager (with libwebp v1.1.0-rc2) #28

Fix warnings

02 Oct 09:10
Compare
Choose a tag to compare

Fixes

  • Fix the warning of deprecated API CGColorSpaceCreateWithICCProfile #24

[Important] Fix Animated WebP render issue on SDAnimatedImageView

12 Sep 09:53
Compare
Choose a tag to compare

Fixes

  • Recheck the animated canvas calculation logic, fix the issue of that calculation #23
  • Fix the Animated WebP coder the frame blend index calculation issue, he end condition should be only endIndex to match the behavior. #22