-rotate 90 doesn't work

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

rockstar1707
Posts: 8
Joined: Mon May 23, 2005 2:56 pm

-rotate 90 doesn't work

Post 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.
User avatar
xnview
Author of XnView
Posts: 44926
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: -rotate 90 doesn't work

Post 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
Pierre.