I have an animation as a batch of .png files (100 files). The background is transparent in the source .png files. I want to convert them into a single animated gif. I have tried this command:
convert -delay 0 -loop 0 -alpha set *.png ani.gif
But the result is the following (green is the HTML page background):
How should I remove the previous frames from an every following one?
I've found -dispose previous
.
UPDATE
OK, convert -delay 0 -loop 0 -alpha set -dispose previous *.png ani.gif
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With