Skip to content

Instantly share code, notes, and snippets.

@duryjames
Created April 26, 2013 10:34
Show Gist options
  • Select an option

  • Save duryjames/5466360 to your computer and use it in GitHub Desktop.

Select an option

Save duryjames/5466360 to your computer and use it in GitHub Desktop.
Convert a series of png to a gif
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