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.