benjamincharity
7/24/2013 - 6:07 PM

Use ImageMagick to create a gif from the command line.

Use ImageMagick to create a gif from the command line.

convert -delay 20 -loop 0 source*.gif final.gif