[Using JPEG Lossless Rotator]
I know that XYplorer has commands for lossless rotation. But I am unaware of commands for automatically deciding the correct orientation, or doing this for an entire folder. (I could be wrong.)
This is a simple script I use to do it. Hope this helps save someone some time.
Download the version of JPEG Lossless Rotator that you need.
(32/64/portable versions available) at
http://annystudio.com/software/jpeglosslessrotator/
If it cannot rotate the image losslessly, the app will prompt you (unless you decide to suppress the warning messages).
To run it from your catalog the 'Action on click' should be the 'go to location' option.
Code: Select all
"Lossless Automatic Rotation + Refresh Img cache"
::run """C:\Path to your exe\jpegr.exe"" /auto <curpath_dos>\"; //Option, adding /s will suppress warning messages
#501; //optional, Refresh the image cache for good measure.
Cheers.
XYplorer Beta Club