Skip to content

Releases: SDWebImage/SDWebImageBPGCoder

SDWebImage upstream upgrade

01 Aug 10:37
Compare
Choose a tag to compare

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.

Initial Realse

01 Aug 10:33
Compare
Choose a tag to compare

Supports BPG decoding && Animated BPG decoding