Description
We have posted a draft proposal for Image I/O in MONAI, and we welcome developer and community feedback:
This is a high-level draft, and significant input and creativity are needed to turn it into something concrete and feasible. Please give us your expert input by adding comments to this issue.
A brief summary of the proposal is
Proposal Goal
Support reading and writing common research image and data file formats: NRRD, Nifti, DICOM (objects), JPG, PNG, TIFF, MetaIO, ... without re-implementation or significant support burden. Additionally, enable a user to override default I/O methods on an experiment-by-experiment basis, e.g., to ensure a specific version of a specific reader is used so the desired, reproducible behavior is achieved for that specific experiment.
Proposal Summary
MONAI should offer an extensible framework for research image I/O and rely on ITK for the default handling of the file formats that it supports.