Skip to content

Instantly share code, notes, and snippets.

@thewhodidthis
Last active August 21, 2016 10:12
Show Gist options
  • Select an option

  • Save thewhodidthis/3e604dce47c30984bd66 to your computer and use it in GitHub Desktop.

Select an option

Save thewhodidthis/3e604dce47c30984bd66 to your computer and use it in GitHub Desktop.
Combine stills using ImageMagick
# 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