-
Fixing Image Rotation Problems
Thursday, July 11, 2019
Have you encountered issues where an image you shared, uploaded, or synced ended up with the wrong orientation? Short solution: install jhead and run the command below on the image in question. $ jhead -autorot image.jpg Explanation The reason why an image could be oriented one way, then oriented in another when uploaded, viewed, shared, etc. has to do with EXIF metadata stored in the image. This orientation flag has one of eight values: 0 degrees, 90 degrees, 180 degrees, and 270 degrees, as well as mirror flip counterparts.…
Software ToolsTutorialPhotographyOpensourcecommand-linejheadexiftool