Created
October 21, 2013 13:34
-
-
Save jakobmattsson/7083975 to your computer and use it in GitHub Desktop.
Cutting an image into equally sized parts and for each image shaving off a bit on the top and bottom, resizing them and extending their canvas sizes.
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
convert tweaked.png -crop 729x870 -shave 0x80 -resize 80x70 -gravity East -extent 80x70 tiles_%d.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment