Created
July 7, 2013 08:29
-
-
Save schpet/5942795 to your computer and use it in GitHub Desktop.
Turn a directory of jpegs into a gif
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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