Resize after crop
Posted: 2011-03-10T07:58:04-07:00
Hello!
I want to crop a part of an image and after that resize the cropped part of the original image.
i tried the following:
convert -crop 640x269+0+0 -geometry 585
so get 640x269 of the original image and resize to 585 width.
BUT: the resize will be executed before the crop. so it first resizes the original image and than crops the part of the resized.
How can it be achieved to first crop and after the crop resize the cropped part? (within one command if possible)
many thanks
I want to crop a part of an image and after that resize the cropped part of the original image.
i tried the following:
convert -crop 640x269+0+0 -geometry 585
so get 640x269 of the original image and resize to 585 width.
BUT: the resize will be executed before the crop. so it first resizes the original image and than crops the part of the resized.
How can it be achieved to first crop and after the crop resize the cropped part? (within one command if possible)
many thanks