Skip to content

@dreampiggy dreampiggy released this Dec 14, 2020 · 1 commit to master since this release

Features

  • Added new encoding options to WebP encoding #49

Performance

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

@dreampiggy dreampiggy released this Nov 24, 2020 · 13 commits to master since this release

Project

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

@dreampiggy dreampiggy released this Apr 13, 2020 · 20 commits to master since this release

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
Assets 2

@dreampiggy dreampiggy released this Apr 7, 2020 · 26 commits to master since this release

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
Assets 2

@dreampiggy dreampiggy released this Jan 18, 2020 · 40 commits to master since this release

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.
Assets 2

@dreampiggy dreampiggy released this Jan 18, 2020 · 47 commits to master since this release

Fixes

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

@dreampiggy dreampiggy released this Jan 18, 2020 · 50 commits to master since this release

Features

  • WebPCoder now supports the thumbnail decoding #31
Assets 2

@dreampiggy dreampiggy released this Jan 7, 2020 · 59 commits to master since this release

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
Assets 2

@dreampiggy dreampiggy released this Dec 27, 2019 · 64 commits to master since this release

Features

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

@dreampiggy dreampiggy released this Oct 2, 2019 · 72 commits to master since this release

Fixes

  • Fix the warning of deprecated API CGColorSpaceCreateWithICCProfile #24
Assets 2
You can’t perform that action at this time.