How do I convert a batch of .pngs into a single .apng?
You must log in or # to comment.
I’d use ImageMagick, but if you want to do it in plain* Python, here’s an example: https://stackoverflow.com/a/79683407
* Well, you’ll need pyAPNG.
I used pillow. It has apng support now.
I don’t remember where the original code is, maybe I forgot to save it but it’s fine. I found a site that explains the apng module.


