Skip to content

Instantly share code, notes, and snippets.

@sole
Created March 7, 2012 14:52
Show Gist options
  • Save sole/1993617 to your computer and use it in GitHub Desktop.
Save sole/1993617 to your computer and use it in GitHub Desktop.
Imagemagick slice
# http://broutilles.com/2011/04/22/imagemagick-how-to-slice-an-image-in-parts/
convert svg-cards.png -crop 179x260 +repage +adjoin cards_%02d.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment