SOLVED: rotate bug?

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

Moderators: helmut, XnTriq, xnview

Post Reply
robjuffermans
Posts: 5
Joined: Tue Feb 15, 2011 3:44 pm

SOLVED: rotate bug?

Post by robjuffermans »

Hello,

when I try to rotate a jpeg the picture is rotated, but the thumbnail isn't. Even after refreshing etc... Some jpeg do work, but some don't... very strange.

The command I use is:
nconvert.exe -rotate 270 -overwrite c:\test.jpg

How can I attach a jpg to supply a not working file?

thanks, Rob
Last edited by robjuffermans on Wed Feb 16, 2011 9:44 am, edited 1 time in total.
marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

Re: rotate bug?

Post by marsh »

Try:
nconvert.exe -rotate 270 -buildexifthumb -o out.jpg test.jpg
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: rotate bug?

Post by xnview »

or lossless rotation
Pierre.
robjuffermans
Posts: 5
Joined: Tue Feb 15, 2011 3:44 pm

Re: rotate bug?

Post by robjuffermans »

buildexifthumb did the trick.

thanks!
Post Reply