Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Created July 24, 2013 18:07
Show Gist options
  • Save benjamincharity/6072980 to your computer and use it in GitHub Desktop.
Save benjamincharity/6072980 to your computer and use it in GitHub Desktop.
Use ImageMagick to create a gif from the command line.
convert -delay 20 -loop 0 source*.gif final.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment