scifio / scifio-ome-xml

SCIFIO plug-in providing support for the OME data model, including readers, writers and translators for OME-XML and OME-TIFF formats.
http://scif.io/
BSD 2-Clause "Simplified" License
2 stars 3 forks source link

Evaluate OME-XML dependencies #1

Closed hinerm closed 9 years ago

hinerm commented 11 years ago

Currently OME-Formats depends on OME-XML and SCIFIO 4.4.8 libraries. This prevents compatibility with the 5.0.0 Bio-Formats line.

Possible options for resolving this issue would be copying the necessary OME-XML classes into the OME-Formats component, or extracting them to their own project where the latest auto-generated classes could be read.

The auto-generation itself may need to be reworked to generate SCIFIO-friendly classes, but by using Metadata that wraps an IMetadata this may be avoided.

May need to split the OME-XML component into two - the low level OME-XML classes themselves, and the SCIFIO implementation of the OMETIFF and OMEXML formats, and their required classes.

hinerm commented 9 years ago

Resolved long ago...