ITK icon indicating copy to clipboard operation
ITK copied to clipboard

OME-TIFF metadata IO support in the TIFF ImageIO

Open thewtex opened this issue 2 years ago • 6 comments

Description

Add OME-TIFF metadata IO to the ITK TIFF ImageIO. OME-TIFF is the most standard TIFF metadata format in adopted by microscopy community.

Expected behavior

OME-TIFF metadata is read and written by ITK's TIFF ImageIO. This in includes spatial metadata and additional metadata in the Image MetaDataDictionary.

Actual behavior

This metadata is not used.

Additional Information

Spatial metadata can be stored in PhysicalSizeX, PhysicalSizeY, and the per-Plane: PositionX, PositionY, PositionZ.

thewtex avatar May 13 '22 10:05 thewtex

As I recall the OME-TIFF meta data is most frequently XML encoded in a TIFF TAG. Is this proposal to place that XML into the ITK's MetaData dictionary or further parse the meta-data information into ITK's intrinsic metadata (spacing, origin etc). Both would be useful, but looking for clarification for the goals of this issue.

blowekamp avatar May 13 '22 13:05 blowekamp

Yes, we should read / write the OME-XML tag. The spatial metadata (items noted in Additional Information) should go into itk::Image Origin and Spacing. The rest into MetaDataDictionary.

thewtex avatar May 13 '22 14:05 thewtex

hello, is there any updates about the ome tiff support in itk 5.3.0

zhusihan-python avatar Aug 22 '22 13:08 zhusihan-python

I don't think there has been any progress on this front.

dzenanz avatar Aug 22 '22 13:08 dzenanz

I don't think there has been any progress on this front.

hi sir dzenanz, when is the ZarrNGFF will be ready, is it better than the ome tiff?

zhusihan-python avatar Sep 01 '22 02:09 zhusihan-python

OME-TIFF support is not even started. ZarrNGFF is in early stages. Which one will be better? Probably the one which receives more attention. That seems to be ZarrNGFF.

dzenanz avatar Sep 01 '22 13:09 dzenanz