Search found 2 matches

by hjklzxcva
Tue Jun 02, 2009 10:47 am
Forum: NConvert
Topic: recursive
Replies: 9
Views: 2573

Re: recursive

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
by hjklzxcva
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 ...