Hi.
I'm working on a project and was running some test images through Exiftool (thank you very much for this wonderful, wonderful tool BTW) to see what the metadata in the headers looked like. I was trying to read the XML box out of the jp2 image that can be found here (
http://www.loc.gov/ndnp/guidelines/examples.html) using windows exe of Exiftool 10.02 on windows 7 with the following command
exiftool -u -a -X [path to image on my desktop]
but I don't see it at all. I know the XML is there because I can see it when I open the file in a hex editor. It also shows up in the output when I run the image through JHOVE, which validates the file as well. The other metadata for the image shows up and seems OK so I'm not sure what's going on here. I've tried several variations including -scanForXMP after reading about how XML iin JPEG2000 files is treated as XMP in the tag documentation but no soap.
Help?