Skip to content

Instantly share code, notes, and snippets.

@willm
Created December 19, 2014 15:22
Show Gist options
  • Save willm/7c062bd5951bbb4976e3 to your computer and use it in GitHub Desktop.
Save willm/7c062bd5951bbb4976e3 to your computer and use it in GitHub Desktop.
convert list of images to animated gif
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