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
SOLVED: rotate bug?
Moderators: helmut, XnTriq, xnview
-
- Posts: 5
- Joined: Tue Feb 15, 2011 3:44 pm
SOLVED: rotate bug?
Last edited by robjuffermans on Wed Feb 16, 2011 9:44 am, edited 1 time in total.
Re: rotate bug?
Try:
nconvert.exe -rotate 270 -buildexifthumb -o out.jpg test.jpg
nconvert.exe -rotate 270 -buildexifthumb -o out.jpg test.jpg
-
- Posts: 5
- Joined: Tue Feb 15, 2011 3:44 pm
Re: rotate bug?
buildexifthumb did the trick.
thanks!
thanks!