Skip to content

Instantly share code, notes, and snippets.

@schpet
Created July 7, 2013 08:29
Show Gist options
  • Select an option

  • Save schpet/5942795 to your computer and use it in GitHub Desktop.

Select an option

Save schpet/5942795 to your computer and use it in GitHub Desktop.
Turn a directory of jpegs into a gif
mogrify -format gif -resize 400 *.jpg
gifsicle --delay=20 --loop *.gif > yep.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment