Code: Select all
nconvert.exe -out png -dpi 300 -rotate 90 *.jpg
Code: Select all
nconvert.exe -out png -dpi 300 -rotate 17 *.jpg
It doesn't work for 90, 180 and 270 degrees.
Thank you very much for your answer.
Moderators: XnTriq, helmut, xnview
Code: Select all
nconvert.exe -out png -dpi 300 -rotate 90 *.jpg
Code: Select all
nconvert.exe -out png -dpi 300 -rotate 17 *.jpg
I'll fix this problem asaprockstar1707 wrote:Can someone please tell me why the following script doesn't work:I have to mention that rotating for some "non-right" angle works, for example:Code: Select all
nconvert.exe -out png -dpi 300 -rotate 90 *.jpg
will do the right job.Code: Select all
nconvert.exe -out png -dpi 300 -rotate 17 *.jpg
It doesn't work for 90, 180 and 270 degrees.
Thank you very much for your answer.