Page 1 of 1

SOLVED: rotate bug?

Posted: Tue Feb 15, 2011 3:52 pm
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

Re: rotate bug?

Posted: Tue Feb 15, 2011 4:17 pm
by marsh
Try:
nconvert.exe -rotate 270 -buildexifthumb -o out.jpg test.jpg

Re: rotate bug?

Posted: Tue Feb 15, 2011 8:13 pm
by xnview
or lossless rotation

Re: rotate bug?

Posted: Wed Feb 16, 2011 9:44 am
by robjuffermans
buildexifthumb did the trick.

thanks!