hi
You can follow this sample
---------------------------------------------------
nconvert -jpegtrans exif -out jpeg *.jpg
FOR /D /R %%a IN (*) DO nconvert -jpegtrans exif -out jpeg %%~sa\*.jpg
---------------------------------------------------
It's like recursive function
Search found 2 matches
- Fri May 15, 2009 1:38 pm
- Forum: NConvert
- Topic: transform & resize
- Replies: 1
- Views: 710
transform & resize
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 ...
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 ...