jangko / nimPNG

PNG (Portable Network Graphics) decoder and encoder written in Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to create APNG?

FedericoCeratto opened this issue · comments

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

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!