Roberta ----- a dedicated processing software (at home or on the phone/tablet/computer) can operate on the files provided to it, and it can then automatically generate output file(s) having the 'desired' orientation. The software just reads the orientation details, and can just correct the orientation automatically. This reduces the amount of effort/time - as compared with needing to manually go in there to rotate images.
Attached is a screenshot of results of the output of a short piece of computer script code. Before using that computer script, I put jpg files I want to process into a directory.
After I hit 'run', the program script just automatically goes through the whole list of jpg files (that it detects in that directory) ----- and it not only tells you which way each detected image is oriented, but can also automatically generate a new correctly-oriented image and automatically save it to the same directory under a new name (eg. original file might be "123.jpg", and the corrected file will be "123_corr.jpg"). Any original file that doesn't require a correction on the rotation will be automatically ignored.
Last edited by SouthPark; 07-08-2020 at 11:10 PM..
|