-
Notifications
You must be signed in to change notification settings - Fork 484
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
Rational numbers can show sign in denominator rather than numerator (e.g. "1/-2" vs "-1/2") #638
Comments
I can add that Windows File Explorer Properties displays it as -0.3 step, as expected. If I take ColibriP2's image and "change" the value in something like EXIF Pilot, just re-entering the same value, metadata-extractor no longer chokes on it, and shows -0.3 EV. Not sure what's buried in the original that's throwing it for a loop. |
Exif stores rational numbers as two signed integers. In your original image, the denominator must be negative. We could have the Rational toString method normalise the signs. |
Also discussed in https://jalbum.net/forum/thread.jspa?messageID=364782&tstart=0 |
Note that in general, a nicer presentation of In the original issue, JAlbum could sniff for instances of |
I noticed in JAlbum which uses Metadata-extractor that Exposure Bias Value is displayed 1/-3 EV instead of -1/3 EV.
The -2/3 value is well handled. I have attached a jpeg showing the problem.
The text was updated successfully, but these errors were encountered: