Hello
I need to convert images that have a XML string with key-value pairs in the Exif/ImageDescription field of the metadata.
bfopen is parsing that string, and adding that information as "Global" fields to the rest of the metadata, which is very convenient. The problem is that the Exif/ImageDescription field and its associated XML string is not returned with the metadata, so I'm not able to retrieve the original string to pass it to the converted image.
Is it possible to have this field toghether with the rest of the metadata?
You can find a sample image here:
https://www.dropbox.com/s/v9dfa8543lmck ... 1.tif?dl=0
Thank you very much,
Marcelo