Skip to content

Instantly share code, notes, and snippets.

@ssarangi
Created January 11, 2016 06:19
Show Gist options
  • Save ssarangi/f74d200d9e19e8ac6b8b to your computer and use it in GitHub Desktop.
Save ssarangi/f74d200d9e19e8ac6b8b to your computer and use it in GitHub Desktop.
Convert screenshots to animated gif
convert -delay 10 -loop 0 screenshot*.png animation.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment