I have a couple of TIFF files, and for each of them I'm sure there's EXIF data in them. At the very least, they should contain a title, caption, some tags and (this one is the one I'm interested in) GPS coordinates.
When I load those files and call image.GetExifProfile() as per the example, it returns null.
Why?
The file in question is a 154MB TIFF-ZIP saved from Photoshop CS6, measuring 4555x3387 pixels in 32 bits per channel.
Comments: ** Comment from web user: thany2 **
When I load those files and call image.GetExifProfile() as per the example, it returns null.
Why?
The file in question is a 154MB TIFF-ZIP saved from Photoshop CS6, measuring 4555x3387 pixels in 32 bits per channel.
Comments: ** Comment from web user: thany2 **
Okay, I just found something.
Neither Magick.NET nor ImageMagick find any GPS coordinates in my file. So how come Windows can? I just right-click the fie, go into properties, click the Details tab, scroll down do GPS and there it is?
So how come Magick.NET doesn't find this information when Windows apparantly can?