I have a small batch of PNG files with transparent background that I want made into an animated GIF file. I'll provide them here for reference: https://files.catbox.moe/r1qu5c.rar
Now after using
Code: Select all
convert -dispose previous *.png test.gifUnfortunately, Photoshop is not an option for me as I need this to be doable via command line. If somebody could help me out, I'd be really grateful.
