Skip to content

Releases: SDWebImage/SDWebImageWebPCoder

0.14.6 - Fix limitBytes bug

17 Apr 09:21
Compare
Choose a tag to compare

Fixes

  • Fix the limitBytes options does not work as expected because of type error #110 @JiaqiSun

0.14.5 - Fix build issue

07 Feb 10:17
8a33fb3
Compare
Choose a tag to compare

Project

  • Copy the macros from SDWebImage Core repo to fix build issue #98 #97
    • This only fix build issue, no functional effect. This is a re-release of 0.14.5 (need pod cache clean if you face cache issue)

0.14.4 - Fix WebP encoding loss orientation

04 Feb 11:03
Compare
Choose a tag to compare

Fixes

  • Fix the issue when EXIF orientation does not keep during the libwebp encoding #96

0.14.3 - Fix encoding monochrome colorspace

30 Jan 08:44
Compare
Choose a tag to compare

Fixes

  • Fix the issue when monochome colorspace cause the WebP encoding failed #95 #94

0.14.2 - Fix WebP Encode color space

09 Nov 07:42
Compare
Choose a tag to compare

Fixes

  • Fix the WebP encoding which loss the image's input color space #90 #89

0.14.1 - Decode Bitmap fixes

26 Oct 16:42
Compare
Choose a tag to compare

Fixes

  • Support to detect the RGB16 bitmap info, fix the iOS 11- decode issues #87

0.14.0 - Lossless Mode

26 Oct 04:00
Compare
Choose a tag to compare

Features

  • Adds a SDImageCoderEncodeWebPLossless option to enable lossless mode on webp encoder. #85

0.13.0 - Byte Alignment and reduce RAM

13 Jul 16:19
Compare
Choose a tag to compare

Performance

  • Avoid force-decode by apply the byte alignment for static WebP images, using runtime detection for bitmap info #77

Project

  • Update the dependency for SDWebImage 5.17.0+

0.12.0 - Limit Bytes

14 Jun 13:25
Compare
Choose a tag to compare

Feature

  • Added the support for 5.16.0+ limit bytes feature from SDWebImage Coder Plugin API #75

Fixes

  • Fix the CocoaPods issue on watchOS because no-auto-link CoreGraphics

0.11.0 - Thumbnail and encoding opt

16 Mar 13:25
Compare
Choose a tag to compare

Performance

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