Skip to content

Instantly share code, notes, and snippets.

@thewhodidthis
Last active September 24, 2019 10:11
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 thewhodidthis/ab790849666c5dc57b2d to your computer and use it in GitHub Desktop.
Save thewhodidthis/ab790849666c5dc57b2d to your computer and use it in GitHub Desktop.
Create animated gif from spritesheet using ImageMagick
# Resize, optimize and save sprite as looping animated gif
convert -resize 50% +repage -fuzz 1.6% -delay 8 -loop 0 *.png -layers OptimizePlus -layers OptimizeTransparency output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment