Page 1 of 1
Crop in percent
Posted: Thu Jul 08, 2004 2:55 pm
by majkl
I can not get how to crop image by specifying change of dimensions in percents. eg I'd like to use something like
crop u% (% from up) d% (down) l% (left) r% (right)
Then
.. crop 0% 10% %0 %0
-> cut off 10% of picture at bottom
... crop 0% 0% 0% 50%
-> cut off 50% picture from right side.
Is it possible? If not, what about to add this? it is only other way how to define crop parameters.
Thank, majkl
Re: crop in percent
Posted: Thu Jul 08, 2004 7:01 pm
by helmut
majkl wrote:I can not get how to crop image by specifying change of dimensions in percents. eg I'd like to use something like
crop u% (% from up) d% (down) l% (left) r% (right)
Then
.. crop 0% 10% %0 %0
-> cut off 10% of picture at bottom
... crop 0% 0% 0% 50%
-> cut off 50% picture from right side.
...
Cropping borders of an image can be done by resizing the canvas (open image, then menu "Image->canvas size"). Then you can specify the new size in pixel or percent. Depending on which side(s) you want to crop you select the position of the image.
The above said refers to one image, for batch mode (Multi convert) the parameters are similar.
Perhaps this is what you're looking for...
Re: crop in percent
Posted: Fri Jul 09, 2004 7:14 am
by majkl
Cropping borders of an image can be done by resizing the canvas (open image, then menu "Image->canvas size"). Then you can specify the new size in pixel or percent. Depending on which side(s) you want to crop you select the position of the image.
The above said refers to one image, for batch mode (Multi convert) the parameters are similar.
Perhaps this is what you're looking for...
Definitely YES!
Thanks, Helmut.