Created
April 26, 2013 10:34
-
-
Save duryjames/5466360 to your computer and use it in GitHub Desktop.
Convert a series of png to 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
| convert $(for ((a=0; a<65; a++)); do printf -- "--delay 10 %s.png " $a; done;) result.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment