VincentEngel / VES-Image-Compare

Android App to easily compare similar images
GNU General Public License v3.0
77 stars 9 forks source link

Honor metadata orientation information #57

Open di72nn opened 1 year ago

di72nn commented 1 year ago

Sometimes gallery apps and image viewers display a photo as expected, but VES Image Compare displays in turned 90/180 degrees. I haven't looked into details, but I assume it has something to do with handling orientation information from EXIF (or whatever else type of metadata there is).

VincentEngel commented 1 year ago

Yes, the app does not check for orientation and just uses it as it is loaded. I looked into this once, but didn't find the correct solution for this problem. Maybe I will look into it at a later point of time, until then please use the rotation button.