jangko / nimPNG

PNG (Portable Network Graphics) decoder and encoder written in Nim
MIT License
90 stars 12 forks source link

Any way to create APNG? #11

Closed FedericoCeratto closed 6 years ago

FedericoCeratto commented 7 years ago

Thanks for the useful library! Is there any way to create animated PNGs?

jangko commented 7 years ago

I haven't have time to read the full spec of APNG, only a brief glance at wikipedia article. since the infrastructure already in this library, I think it would be straightforward to implement it both in encoder and decoder. PR are welcome!