Skip to content

Instantly share code, notes, and snippets.

@seece
Created December 19, 2013 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seece/8037426 to your computer and use it in GitHub Desktop.
Save seece/8037426 to your computer and use it in GitHub Desktop.
Converts bunch of transparent pngs to a gif animation.
# make sure you have imagemagick installed
convert -coalesce -delay 20 -loop 0 sprite*.png -background white -alpha remove anim.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment