I am using WIA.ImageFile code to extract the GPS positions for JPG files.
This seems to be correct for Longitudes East (i.e. Positive values), but it is also showing Longitudes West as positive values.
The GPS coordinates as extracted using EXIF Tool appear correct, but are not correct when looking at the GPS properties using Windows 11 Files properties (which is what WIA.ImageFile picks up).
example shown below (first image is Properties, second is data extracted using ExifTool)
Clearly the fact that it is West is stored in the file, but this is not showing in the properties - I would have expected a negative value or W.
Anyone have experience of this issue and how to resolve it.
I really don't want to have to use EXIFTool in my Access code.