Skip to content

0.4.0

Compare
Choose a tag to compare
@onevcat onevcat released this 16 Dec 06:47
· 309 commits to master since this release

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.