Last active
August 21, 2016 10:12
-
-
Save thewhodidthis/3e604dce47c30984bd66 to your computer and use it in GitHub Desktop.
Combine stills using ImageMagick
This file contains hidden or 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
| # Create spritesheet from list of pngs | |
| montage -background "transparent" -depth 8 -type TrueColorMatte *.png -geometry 50x50 -tile 10x1 -matte -transparent "transparent" -type TrueColorMatte -depth 8 sprite.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment