-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect below sea level altitude #688
Comments
If you open View/Exif window you will see that there are two values for Exif.GPSInfo.AltitudeRef. Geeqie makes only one call for each parameter, and in this case tests the received value for value == 0 (thus it sees 200/100 as below sea level). |
Two separate ideas:
I think the big question is how much workaround code should be added for invalid input. |
And exiftool is in perl, which really doesn't seem ok to add. |
ISSUE TYPE
GEEQIE VERSION
OS / DISTRIBUTION
Arch linux
SUMMARY
Geeqie shows altitude for all photos taken with Xioami Mi A1 as "below sea level". Digikam, Gwenview and exiftool correctly indicate it as above sea level.
STEPS TO REPRODUCE
Here is sample image:
This is how Geeqie parses metadata:
The text was updated successfully, but these errors were encountered: