Releases: onevcat/APNGKit
Releases · onevcat/APNGKit
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
Add:
- A new way to load image progressively. It will only load the current frame instead of all at once. This could reduce the memory usage dramatically. If you are trying to load large APNG images, you could try to add this option when creating an
APNGImage
. - A delegate method for animation finishes.
Fix:
- A potential issue which causes memory usage is large then expected.
0.3.1
0.2.3
0.2.2 (135)
Update libpng to 1.6.25
0.2.0 (125)
Add: allowAnimationInScrollView
property on APNGImageView
to enable animated PNG images keep animated during scrolling.
Fix: Now submodule is using "https" protocol instead of "git".
0.1.4 (118)
Fix: Removed unnecessary "update version" phase to prevent achieving failing when used as a subproject.