APNG4Android Versions Save

Android animation support for APNG & Animated WebP & Gif & Animated AVIF, High performance

v2.24.0

1 year ago
  • 修复因Bitmap density 影响导致动图抖动
  • 修复因并发修改sampleSize导致buffer不够
  • 修复其他问题

v2.22.0

2 years ago
  • Fix gif crash case: ISSUE

v2.21.0

2 years ago
  • Add API to encode animated webp from decoder which means the encoder supports apng,webp or gif together.

v2.20.0

2 years ago
  • Add -keep class com.github.penfeizhou.animation.gif.io.GifReader to fix issue142

v2.18.0

2 years ago
  • Fix issue 141 When Gif frame is in disposal mode, should clear last frame's rect first.

v2.17.2

2 years ago
  • Protect case when frame's width or height is less than zero
  • According to Issue

v2.17.1

2 years ago
  • Add protection to case when frame width or height is zero

v2.17.0

2 years ago
  • Fix when decoded bitmap return null,cause npe.