Created
December 19, 2014 15:22
-
-
Save willm/7c062bd5951bbb4976e3 to your computer and use it in GitHub Desktop.
convert list of images to animated gif
This file contains 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
convert -delay 50 *.jpg -loop 0 output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment