Page 1 of 1

NConvert and Rotation

Posted: Wed Oct 22, 2003 3:13 pm
by Andreas Walter
Hallo!

Can't seem to get rotation to work.
Probably because I don't understand something
I use
nconvert -jpegtrans rot90 -o c:\2\%.gif c:\1\*.gif
It copies all files from c:\1\ to c:\2\ but doens't rotate them.

Can I only rotate jpegs
I tried to convert from gifs to jpegs and rotate at the same time, but I didn't get that to work either

I'm a Newbie - Sorry

Andreas Walter

Posted: Thu Oct 23, 2003 8:14 am
by Guest
I've found the parameter
-rotate 90
That does what I want
Thanks anyway