Hello,
I would like to get the original OME-XML metadata of an image using Blitz java api.
Now I am using the Exporter service (ExporterPrx) and generating a XML by calling generateXml() function and from this XML create a OMEXMLMetadata object. I found the resulting metadata using this procedure does not contain the entire or original meta information. (Comparing with a downloaded tif file and see its metadata).
I was looking for in the documentation and I did not find any way to do this. Is there a easy way?
Of course i did not consider fill the xml manually.
Thanks.