Skip to content

Releases: SDWebImage/SDWebImageWebPCoder

0.8.0 - Advanced codec options && os_unfair_lock

Choose a tag to compare

@dreampiggy dreampiggy released this 14 Dec 07:09

Features

  • Added new encoding options to WebP encoding #49

Performance

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

0.7.0 - iOS 9+/Xcode 11+

Choose a tag to compare

@dreampiggy dreampiggy released this 24 Nov 03:09

Project

  • Bumped the min deployment target to iOS 9+, Xcode to Xcode 11 #48

0.6.1 - Fix Progressive Thread Safe && Max Pixel Size

Choose a tag to compare

@dreampiggy dreampiggy released this 13 Apr 05:24

Fixes

  • Fix the potential buffer crash issue during progressive animated webp decoding, and avoid extra copy for partial image data #41

Feature

  • Feature WebP Encoding max pixel size (Thumbnail Encoding) #42

0.6.0 - Support Encode File Size Limit && SD 5.7

Choose a tag to compare

@dreampiggy dreampiggy released this 07 Apr 13:04

Features

  • Supports the maxFileSize encoding options, as well as enabling the thread-encoding for speedup #35

Fixes

  • Fix that the max file size encoding need to increase the passes used by libwebp, we choose to use 6 from cwebp command line #36

Project

  • Upgrade the dependency to SDWebImage 5.7 #35
  • Refactory the workspace and test project path #39

Progressive Animated WebP!

Choose a tag to compare

@dreampiggy dreampiggy released this 18 Jan 12:23

Features

  • Feature - Supports Progressive Animated WebP (Important) #33
  • The progressive Animated WebP works compatible for SDAnimatedImageView. For normal UIImageView, it will show the static poster image. Previous version does not support this static poster at all.

Fix Progressive Thumbnail Decoding

Choose a tag to compare

@dreampiggy dreampiggy released this 18 Jan 10:35

Fixes

  • Fix the issue that thumbnail decoding does not works for progressive webp image #32

Supports Thumbnail Decoding with SDWebImage 5.5.0

Choose a tag to compare

@dreampiggy dreampiggy released this 18 Jan 04:55

Features

  • WebPCoder now supports the thumbnail decoding #31

Fix extra CGContext RAM usage for Static WebP

Choose a tag to compare

@dreampiggy dreampiggy released this 07 Jan 10:55

Fixes

  • Fix the issue when WebP is static webp, the SDAnimatedImageCoder protocol implementation still create CGContext, this can reduce RAM usage #30

Project

  • The libwebp dependency for SwiftPM, now bumped to v1.1.0 official version instead of rc-2

Support Swift Package Manager

Choose a tag to compare

@dreampiggy dreampiggy released this 27 Dec 06:51

Features

  • Support Swift Package Manager (with libwebp v1.1.0-rc2) #28

Fix warnings

Choose a tag to compare

@dreampiggy dreampiggy released this 02 Oct 09:10

Fixes

  • Fix the warning of deprecated API CGColorSpaceCreateWithICCProfile #24