Skip to content

Instantly share code, notes, and snippets.

@balexand
Created February 15, 2013 03:34
Show Gist options
  • Save balexand/4958397 to your computer and use it in GitHub Desktop.
Save balexand/4958397 to your computer and use it in GitHub Desktop.
create cropped animated gif using image magick convert command
convert -delay 200 -loop 0 -crop 200x200+0+0 +repage *.png animated.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment