Page 1 of 1

Crop then resize?

Posted: Wed Mar 22, 2023 11:00 am
by sunnydavis
Hi,

I'd like to execute 2 tasks, first crop the image, then resize it, in this order. Is it possible to do this in one command? Thanks in advance!

Re: Crop then resize?

Posted: Wed Mar 22, 2023 2:59 pm
by xnview
yes, -crop x y w h -resize w h

Re: Crop then resize?

Posted: Thu Mar 23, 2023 1:37 am
by sunnydavis
xnview wrote: Wed Mar 22, 2023 2:59 pm yes, -crop x y w h -resize w h
It works, thanks!