Resize but don't inflate
Posted: Thu Mar 04, 2010 11:05 am
Hi,
I like using your tool and am using it on batches of images. The commands I am currently running are similar to:
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
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
Thanks in advance,
Adam