Skip to content

SDWebImage upstream upgrade

Compare
Choose a tag to compare
@dreampiggy dreampiggy released this 01 Aug 10:37
· 43 commits to master since this release

Feature

  • Compatible for SDWebImage 5.0.0-beta2
  • Supports custom scale factor for bpg decoding
  • Supports correct frame duration for macOS on Animated BPG (Using SDAnimatedImageRep)

Performance

  • Drop HICImage third-party library dependency, directly use libbpg for decoding

Fix

  • Drop the progressive decoding support, which cause issue and produce corrupted image because of libbpg interlaced alpha.