Skip to content

Releases: SDWebImage/SDWebImageWebPCoder

0.11.0 - Thumbnail and encoding opt

Choose a tag to compare

@dreampiggy dreampiggy released this 16 Mar 13:25

Performance

  • Reduce memory usage peak when using thumbnail animated WebP decoding and encoding #73

0.10.1 - Avoid extra copy

Choose a tag to compare

@dreampiggy dreampiggy released this 06 Feb 14:12

Performance

  • Avoid unused extra copy of MutableData #71

0.10.0 - Adopt encodedWithFrames API

Choose a tag to compare

@dreampiggy dreampiggy released this 06 Feb 14:10

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

Choose a tag to compare

@dreampiggy dreampiggy released this 09 Sep 10:54

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)

Choose a tag to compare

@dreampiggy dreampiggy released this 09 Sep 10:54

Bugfix

  • Fix the encoding maxPixelSize logic using 5.13.0 API #65

0.8.5 - Fix maxPixelSize

Choose a tag to compare

@dreampiggy dreampiggy released this 09 Sep 10:53

Bugfix

  • Fix the encoding maxPixelSize logic (patch) #66

0.8.4 - Carthage XCFramework

Choose a tag to compare

@dreampiggy dreampiggy released this 07 May 03:02

Project

  • Update framework search paths to find XCFrameworks #57

0.8.3 - Fix WebP encoding leak for 0.8.2

Choose a tag to compare

@dreampiggy dreampiggy released this 24 Feb 12:49

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

Choose a tag to compare

@dreampiggy dreampiggy released this 02 Feb 07:57

Fixes

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

0.8.1 - Fix advanced WebP Params default value

Choose a tag to compare

@dreampiggy dreampiggy released this 24 Dec 13:03

Fixes

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