Page 1 of 1
Tiles within an image
Posted: 2015-07-17T02:45:38-07:00
by Mahroun
Hello,
sorry, couldn't figure it out myself
As you can see in the attachment, I want to crop what is inside the boxes and save to separate images, 6 in this case, I don't want to include the cutting borders.
click on the thumbnail to see the full image
Any help is much appreciated.
Re: Tiles within an image
Posted: 2015-07-17T03:47:45-07:00
by snibgo
What can't you figure out? Have you tried the "-crop" command?
Re: Tiles within an image
Posted: 2015-07-17T09:21:50-07:00
by fmw42
The boxes are empty. What is the point?
Shave or crop off the scissors, first, so all you have is the image with the 6 boxes outlined in yellow at the edges of the image. Then use -crop WxH to divide the image into 6 parts, then use -shave 1x1 to remove the yellow borders.
see
http://www.imagemagick.org/Usage/crop/#crop_tile
http://www.imagemagick.org/Usage/crop/#shave
Re: Tiles within an image
Posted: 2015-07-17T20:08:27-07:00
by Mahroun
I posted an edited image, the boxes are not empty, each has an image.
I'm still trying.
Re: Tiles within an image
Posted: 2015-07-17T21:55:47-07:00
by fmw42
The image is unchanged. Nevertheless, follow my comments above.