Skip to content

Instantly share code, notes, and snippets.

@jakobmattsson
Created October 21, 2013 13:34
Show Gist options
  • Save jakobmattsson/7083975 to your computer and use it in GitHub Desktop.
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.
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