Skip to content

Releases: SDWebImage/SDWebImageWebPCoder

0.10.1 - Avoid extra copy

06 Feb 14:12
Compare
Choose a tag to compare

Performance

  • Avoid unused extra copy of MutableData #71

0.10.0 - Adopt encodedWithFrames API

06 Feb 14:10
Compare
Choose a tag to compare

Features

  • Adopt 5.15.0's encodedDataWithFrames API #70
  • Dump dependency of SDWebImage to 5.15.0+

0.9.1 - Fix incremental thread safe issue

09 Sep 10:54
Compare
Choose a tag to compare

Bugfix

  • Fix the thread safe issue for accessing array with index, which may happend during incremental decoding #68

0.9.0 - Fix maxPixelSize (0.9.x)

09 Sep 10:54
Compare
Choose a tag to compare

Bugfix

  • Fix the encoding maxPixelSize logic using 5.13.0 API #65

0.8.5 - Fix maxPixelSize

09 Sep 10:53
Compare
Choose a tag to compare

Bugfix

  • Fix the encoding maxPixelSize logic (patch) #66

0.8.4 - Carthage XCFramework

07 May 03:02
Compare
Choose a tag to compare

Project

  • Update framework search paths to find XCFrameworks #57

0.8.3 - Fix WebP encoding leak for 0.8.2

24 Feb 12:49
Compare
Choose a tag to compare

This is an important fix for 0.8.2, all 0.8.2 users are recommended to upgrade

Fixes

  • Fix the encoding leak when input CGImage is not RGBA8888 or RGB888 #54

0.8.2 - Fix grayscale & CMYK encoding

02 Feb 07:57
Compare
Choose a tag to compare

Fixes

  • Fix the issue when WebP Encoding grayscale image/CMYK image #53

0.8.1 - Fix advanced WebP Params default value

24 Dec 13:03
Compare
Choose a tag to compare

Fixes

  • Fixed bug that caused WebP parameter value 0 to be ignored #52. Thanks @AaaK00

0.8.0 - Advanced codec options && os_unfair_lock

14 Dec 07:09
Compare
Choose a tag to compare

Features

  • Added new encoding options to WebP encoding #49

Performance

  • Replace the dispatch semaphore into os_unfair_lock, copied from SDWebImage Core #51