Created
January 8, 2011 22:05
-
-
Save bryfox/771190 to your computer and use it in GitHub Desktop.
Use montage to turn an animated GIF into a single-frame sprite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
montage -tile x1 -geometry '1x1+0+0<' -alpha On -background "rgba(0,0,0,0.0)" -quality 100 frames.gif sprite.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More info: http://forums.tigsource.com/index.php?topic=9041.0