Search found 2 matches

by lenz1979
2011-03-11T04:58:53-07:00
Forum: Users
Topic: Resize after crop
Replies: 4
Views: 9357

Re: Resize after crop

many thanks. that worked perfectly. My problem was that i used it within typo3 library and the typo3 lib function produces the convert command in the follwoing order:

convert params INPUT FRAME OURPUT

and with this order it was not possible.
by lenz1979
2011-03-10T07:58:04-07:00
Forum: Users
Topic: Resize after crop
Replies: 4
Views: 9357

Resize after crop

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 ...