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.
Tiles within an image
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Tiles within an image
What can't you figure out? Have you tried the "-crop" command?
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Tiles within an image
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
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
I posted an edited image, the boxes are not empty, each has an image.
I'm still trying.
I'm still trying.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Tiles within an image
The image is unchanged. Nevertheless, follow my comments above.