Page 1 of 1

-rotate 90 doesn't work

Posted: Tue Oct 10, 2006 9:14 am
by rockstar1707
Can someone please tell me why the following script doesn't work:

Code: Select all

nconvert.exe -out png -dpi 300 -rotate 90 *.jpg
I have to mention that rotating for some "non-right" angle works, for example:

Code: Select all

nconvert.exe -out png -dpi 300 -rotate 17 *.jpg
will do the right job.

It doesn't work for 90, 180 and 270 degrees.

Thank you very much for your answer.

Re: -rotate 90 doesn't work

Posted: Wed Oct 11, 2006 1:04 pm
by xnview
rockstar1707 wrote:Can someone please tell me why the following script doesn't work:

Code: Select all

nconvert.exe -out png -dpi 300 -rotate 90 *.jpg
I have to mention that rotating for some "non-right" angle works, for example:

Code: Select all

nconvert.exe -out png -dpi 300 -rotate 17 *.jpg
will do the right job.

It doesn't work for 90, 180 and 270 degrees.

Thank you very much for your answer.
I'll fix this problem asap