Page 1 of 1

Select a frame and a region from command line

Posted: 2009-10-15T02:56:44-07:00
by ahmed.eldawy
Hello,
I use convert command line tool to extract parts of images.
I have a multipage tiff file and I need to extract (crop) part of the image.
I know that I can select the 4th frame using
filename[3]
also I can select part of an image using
filename[20x30+3+30]
I need to do both. I need to select one frame and only a part of this frame.
I can select a frame using [] then use -crop option to select part of the frame but I read that using [] to extract part of image is faster and needs less memory. There's why I need to use brackets for both cropping and selecting a frame.

Re: Select a frame and a region from command line

Posted: 2009-10-15T06:25:01-07:00
by magick
Filename brackets support inline frame selection, region extraction, and resizing. However, it only supports one of these processes at a time.