Skip to content

Releases: SDWebImage/SDWebImageBPGCoder

0.7.2 - Fix iOS 15+ CGImage

14 Jun 08:52
Compare
Choose a tag to compare

Fixes

  • Fix the wrong byte order flag which cause failure on iOS 15+

0.7.1 - Fix CMYK encoding

14 Jun 08:51
Compare
Choose a tag to compare

Fixes

  • Fix the encoding compatibility for CMYK image #8

0.7.0 - iOS 9+/Xcode 11+

22 Jan 07:28
Compare
Choose a tag to compare

Project

  • Bumped the dependency to iOS 9+/macOS 10.11+ #7

Compatible for SDWebImage 5.0

02 Apr 18:05
Compare
Choose a tag to compare

Project

  • Upgrade the SDWebImage dependency to ~> SDWebImage 5.0

libbpg without vendored library

22 Mar 11:37
Compare
Choose a tag to compare

Project

  • Using CocoaPods dependency for libbpg #6

libx265 without vendored library

03 Feb 14:24
Compare
Choose a tag to compare

Performance

+Upgrade the libx265 to 3.0 version

Fix

  • Use the CocoaPods libx265 dependency, instead of vendored static library #5 Fix #4

Support BPG encoding

31 Jan 08:30
Compare
Choose a tag to compare

Feature

  • Support BPG image encoding. Including static BPG ans animated BPG #3

The encoding need another x265 dependency, and it's not included by default CocoaPods spec. If you need BPG encoding, use the bpgenc subspec.

Support tvOS && watchOS

29 Jan 13:46
Compare
Choose a tag to compare

Features

  • Support tvOS && watchOS platform! #2
  • Update the libbpg dependency version to 0.9.8 #2

Project

  • For Carthage project who use dynamic framework, this framework don't use the vendored static library. Use Carthage-compatible libbpg-Xcode as dynamic framework instead. #2

Fix carthage

28 Jan 10:32
Compare
Choose a tag to compare

Fix

  • Fix the Carthage support of the wrong library search path

Carthage support && Upgrade

26 Jan 13:59
Compare
Choose a tag to compare

Features

  • Add Carthage support. Which use the static library version of libbpg.a
  • Upgrade the SDWebImage dependency to 5.0.0-beta4

Fixes

  • Fix the SDImageFormatBPG format type not been set