Created
March 7, 2012 14:52
-
-
Save sole/1993617 to your computer and use it in GitHub Desktop.
Imagemagick slice
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
# 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