Skip to content

Instantly share code, notes, and snippets.

@bryfox
Created January 8, 2011 22:05
Show Gist options
  • Save bryfox/771190 to your computer and use it in GitHub Desktop.
Save bryfox/771190 to your computer and use it in GitHub Desktop.
Use montage to turn an animated GIF into a single-frame sprite
montage -tile x1 -geometry '1x1+0+0<' -alpha On -background "rgba(0,0,0,0.0)" -quality 100 frames.gif sprite.gif
@bryfox
Copy link
Author

bryfox commented Jan 8, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment