Skip to content

Instantly share code, notes, and snippets.

@bryfox
bryfox / gif_sprite.sh
Created January 8, 2011 22:05
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