Ambrevar/emacs-gif-screencast

APNG support?

Opened this issue · 2 comments

Any change this could be extended to support APNG (animated PNGs)?

I'll look into it.

It seems that ImageMagick does not support it, but I found this:
https://sourceforge.net/projects/apngasm/.

You can try setting gif-screencast-convert-program to the APNG assembler command and
gif-screencast-convert-args to the appropriate value, it might already work without code modification.

I'll test myself later.