ome / bioformats

Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment. Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.
https://www.openmicroscopy.org/bio-formats
GNU General Public License v2.0
370 stars 241 forks source link

Bug(?): IJ exported OME-TIFFs lack original metadata #4201

Open joshmoore opened 1 week ago

joshmoore commented 1 week ago

image

Tischi recently asked about what he considered "missing/loss metadata". After some testing, we found the following:

File Created with OME-XML Metadata Pane
xy.oir N/A rich rich
xy.ij.tiff IJ save poor rich
xy-1.ome.tiff B-F exporter rich poor 👈🏽
xy-2.ome.tiff bfconvert rich rich
xy-3.ome.tiff ngff-converter rich rich

When reading and then writing with B-F importer/exporter, the original metadata annotation does not get included in the OME-XML of the xy-1.ome.tiff.

cc: @tischi