transform & resize
Posted: Fri May 15, 2009 1:38 pm
hi all
I like NConvert, it's a very useful image tool.
Today, I download the latest version (5.31) and type:
nconvert -jpegtrans exif -out jpeg -ratio -resize 1600 1600 -rflag decr -rmeta *.jpg
My photo will be transform by exif, but do not resize.
So... have a idea?
Maybe I have to type:
nconvert -jpegtrans exif -out jpeg *.jpg
and
nconvert -out jpeg -ratio -resize 1600 1600 -rflag decr -rmeta *.jpg
I like NConvert, it's a very useful image tool.
Today, I download the latest version (5.31) and type:
nconvert -jpegtrans exif -out jpeg -ratio -resize 1600 1600 -rflag decr -rmeta *.jpg
My photo will be transform by exif, but do not resize.
So... have a idea?
Maybe I have to type:
nconvert -jpegtrans exif -out jpeg *.jpg
and
nconvert -out jpeg -ratio -resize 1600 1600 -rflag decr -rmeta *.jpg