image-js / fast-png

PNG image decoder and encoder written entirely in JavaScript
MIT License
334 stars 19 forks source link

Add support for APNG #34

Open lpatiny opened 10 months ago

lpatiny commented 10 months ago

Add the support for animated PNG.

decodeToBeDefined that returns systematically an array of images.

opatiny commented 10 months ago

Do we want to decode or generate APNG (or both)?

targos commented 10 months ago

Decode.