Skip to content

Releases: penfeizhou/APNG4Android

Release 2.25.0

24 Apr 09:01
Compare
Choose a tag to compare

Relese 2.24.0

28 Sep 04:05
Compare
Choose a tag to compare
  • 修复因Bitmap density 影响导致动图抖动
  • 修复因并发修改sampleSize导致buffer不够
  • 修复其他问题

Release 2.23.0

23 Jun 10:11
Compare
Choose a tag to compare
  • Fix Issue #77

Release 2.22.0

26 May 05:43
Compare
Choose a tag to compare
  • Fix gif crash case: ISSUE

Release 2.21.0

27 Mar 01:27
Compare
Choose a tag to compare
  • Add API to encode animated webp from decoder which means the encoder supports apng,webp or gif together.

Release 2.20.0

22 Mar 01:10
41b5e19
Compare
Choose a tag to compare
  • Add -keep class com.github.penfeizhou.animation.gif.io.GifReader to fix issue142

Release 2.18.0

14 Mar 16:33
Compare
Choose a tag to compare
  • Fix issue 141 When Gif frame is in disposal mode, should clear last frame's rect first.

Release 2.17.2

20 Jan 02:35
Compare
Choose a tag to compare
  • Protect case when frame's width or height is less than zero
  • According to Issue

Release 2.17.1

15 Jan 04:28
Compare
Choose a tag to compare
  • Add protection to case when frame width or height is zero

Release 2.17.0

19 Nov 05:07
Compare
Choose a tag to compare
  • Fix when decoded bitmap return null,cause npe.