Page 1 of 1

Resize but don't inflate

Posted: Thu Mar 04, 2010 11:05 am
by adam
Hi,

I like using your tool and am using it on batches of images. The commands I am currently running are similar to:

Code: Select all

-out jpeg -ratio -resize 400 300 -o myOut.jpg myIn.png
Is there an option I can add to this to prevent it from inflating the image? For example if the input is of size 200x150, I would like nconvert to just convert it to JPG and not expand it. Is this possible?

Thanks in advance,
Adam

Re: Resize but don't inflate

Posted: Fri Mar 05, 2010 2:30 pm
by xnview
-rflag decr

Re: Resize but don't inflate

Posted: Wed Mar 10, 2010 10:01 am
by adam
Thank you very much!

Your help is much appreciated.