I would like to rezize (to 800*600 or 600*800) an image while keeping aspect ratio and rotate based on orientation.
The problem is that the pictures are never rotated, but resize works...
This is the batch script I am using:
Code: Select all
nconvert.exe -out jpeg -o D:\Temp\1\%%_800.jpg -ratio -rtype linear -rflag orient -resize 800 800 -sharpen 15 %1
I found similar older topics, but none helped.
I tried versions 5.62 and 5.70.
Thanks all.