Skip to content

Releases: SDWebImage/SDWebImageWebPCoder

[Important] Fix Animated WebP render issue on SDAnimatedImageView

12 Sep 09:53

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

Fix little project config on macOS

02 Jun 08:05

Choose a tag to compare

Project

  • Update to fix the wrong product name SDWebImageWebPCoder_macos.framework for macOS on Carthage users #17

Fix modular headers for CocoaPods

02 Jun 03:46

Choose a tag to compare

Project

  • Fix the issue that could not compile SDWebImageWebPCoder when using CocoaPods with use_modular_header! #15

[Important] bugfix for Animated WebP on `SDAnimatedImageView`

15 May 05:17

Choose a tag to compare

Fix

  • Fix the logic for Animated WebP images which contains a subsequence blend from the first frame, impact the SDAnimatedImage #14

Compatible for SDWebImage 5.0

02 Apr 14:33

Choose a tag to compare

Project

  • Upgrade the SDWebImage dependency to ~> SDWebImage 5.0

Fix ICC Profile except RGB

26 Feb 09:56

Choose a tag to compare

Fix

  • Fix the issue when WebP contains the ICC Profile with colorSpace other than RGB, which cause the CGImageCreate failed #13

Fix ICC Profile crash

21 Feb 12:49

Choose a tag to compare

Fix

  • Fix that WebP with custom ICC Profile will randomly crash, because CGColorSpaceCreateWithICCProfile does not copy the ICC data pointer #12

Fix umbrella headers

02 Feb 03:42

Choose a tag to compare

Fix

  • Remove unnecessary CGImage check when encode first frame #10
  • Fix the umbrella headers and modulemap for CocoaPods #11

Animated WebP performance && fix

28 Jan 09:39

Choose a tag to compare

Performance

  • Fix Aniamted WebP render performance issue #7

Fix

  • Fix the leak of vImageConvertor during WebP encoding #8
  • Fix the issue when provide a UIAnimatedImage and encode it into a static WebP failed #9

Upstream dependency update

26 Jan 10:56

Choose a tag to compare

Fix

  • Upadte the CocoaPods && Carthage dependency to SDWebImage 5.0.0-beta4. Which is the release version don't ship with WebP subspec.