Skip to content

Instantly share code, notes, and snippets.

@ibogun
Created April 18, 2016 15:56
Show Gist options
  • Save ibogun/85f9a42f211e1ab0cc8d65de2856c86c to your computer and use it in GitHub Desktop.
Save ibogun/85f9a42f211e1ab0cc8d65de2856c86c to your computer and use it in GitHub Desktop.
Create GIF from command line
convert -delay 5 -loop 0 source*.jpg animated.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment