Skip to content

Instantly share code, notes, and snippets.

@keepitcomplicated
Created April 19, 2014 20:12
Show Gist options
  • Save keepitcomplicated/11096042 to your computer and use it in GitHub Desktop.
Save keepitcomplicated/11096042 to your computer and use it in GitHub Desktop.
Series of images to animated GIF with ImageMagick
convert -size 300x400 -delay 0 -loop 0 *.jpg animation.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment