Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Created October 12, 2013 05:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rtanglao/6946128 to your computer and use it in GitHub Desktop.
Save rtanglao/6946128 to your computer and use it in GitHub Desktop.
how to create an animated gif using graphicsmagick
gm convert -loop 50 -delay 20 *.jpg birds_mozsummit_5.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment