chunky_png icon indicating copy to clipboard operation
chunky_png copied to clipboard

Possible to use ChunkyPNG for animated PNGs (APNG)?

Open callmeed opened this issue 7 years ago • 2 comments

Hello,

I'm wondering if anyone has tried or had luck with using ChunkyPNG to create an animated PNG from a sequence of images.

From what I understand, the APNG format is just an extension to PNG with 3 additional chunks for defining animation settings.

https://wiki.mozilla.org/APNG_Specification

Thanks for any insight into this.

callmeed avatar Oct 23 '16 17:10 callmeed

I've not heard of anyone working on this, but I'll happily merge support for the chunk types, and API methods if somebody would offer pull request.

Having said that, APNG support in browsers is poor, so I am not sure if you'd want to use this format over an animated gif. http://caniuse.com/#feat=apng

wvanbergen avatar Oct 23 '16 18:10 wvanbergen

Since the last comment on this issue, Google added APNG support in 2017 and Microsoft has announced they are switching to a Chromium base for Edge. APNG support in browsers has gotten much stronger.

nelsonjchen avatar Jan 09 '19 16:01 nelsonjchen