-
-
Notifications
You must be signed in to change notification settings - Fork 851
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
ExifTag.GPSLatitudeRef gets resolved to ExifTagValue.InteroperabilityIndex #1992
Comments
Both |
After doing a quick search in Magick.NET it looks like InteroperabilityIndex is not included in ExifTagValue, removing it looks reasonable. |
Removing the value prevents us ever supporting the tag. https://www.awaresystems.be/imaging/tiff/tifftags/privateifd/interoperability.html |
I came here to make a similar report, and found this issue already open. @dlemstra's comment is not true for me: |
We should split up the enum for V3. |
This never made V3 but we should target V4 for this. |
Prerequisites
DEBUG
andRELEASE
modeDescription
ExifTag.GPSLatitudeRef when converted to string is resolved as "InteroperabilityIndex"
Steps to Reproduce
System Configuration
Packages:
Environment (Operating system, version and so on):
.NET Framework version: .Net 6.0
The text was updated successfully, but these errors were encountered: