One Pass : -jpegtrans exif & Resize
Posted: Thu Oct 07, 2010 9:34 pm
Hi,
Firstly, congratulations and thank you for this remarkable program.
That is my question: I'd like in one pass return and resize multiple images in a folder source. (For the rotation I'd like to use the Exif information.)
Here is my command line: (-keepfiledate -jpegtrans exif)
My problem is that only pictures that are returned are resized, they are not returned resized. (They are ignored! nconvert says : NO NEED)
First is this possible? and if so, could someone fix command line syntax
Thank's
Firstly, congratulations and thank you for this remarkable program.
That is my question: I'd like in one pass return and resize multiple images in a folder source. (For the rotation I'd like to use the Exif information.)
Here is my command line: (-keepfiledate -jpegtrans exif)
Code: Select all
"E:\Program Files\nconvert\nconvert.exe" -q 90 -out jpeg -o "C:\phpwebgallery\DirWorkingFTP\%.jpg" -ratio -rtype lanczos -rflag decr -resize 800 800 -keepfiledate -jpegtrans exif C:\phpwebgallery\DirWorkingFTP\testing\pwg_high\*.jpg
First is this possible? and if so, could someone fix command line syntax
Thank's