Skip to content

Releases: SDWebImage/SDWebImageWebPCoder

Fix little project config on macOS

02 Jun 08:05
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Project

  • Upgrade the SDWebImage dependency to ~> SDWebImage 5.0

Fix ICC Profile except RGB

26 Feb 09:56
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Initial Release

25 Jan 03:18
94bec17
Compare
Choose a tag to compare

Feature

  • Supports Static WebP and Animated WebP decoding & encoding
  • Supports Static WebP progressive decoding
  • Supports Animation rendering protocol used by SDWebImage 5.0