Code: Select all
convert input-*.png output.gif
I'm aware that I should have used the file padding operator (e.g. intput-03%d.jpg) when creating the files. I'm also aware of variety of methods for adding leading zeros to the files. However, at this time renaming the files would not be feasible.
Is there a way to convert those files using the command line on Linux into a gif with the files animated in the correct order?