Skip to content

Instantly share code, notes, and snippets.

@fightinjoe
Created May 21, 2011 06:07
Show Gist options
  • Save fightinjoe/984297 to your computer and use it in GitHub Desktop.
Save fightinjoe/984297 to your computer and use it in GitHub Desktop.
Image Magick script for creating thumbnails, then a sprite
convert aasthawahi.jpg -thumbnail x256 -resize '256x<' -resize 50% -gravity center -crop 128x128+0+0 +repage -format jpg -quality 91 aasthawahi_thumb.jpg
montage *_thumb.jpg -geometry '+0+0' sprite.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment