InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

ENH: Allow SpatialObject Readers/Writers to use new MetaIO format #4741

Closed aylward closed 1 week ago

aylward commented 1 week ago

Updates to MetaIO allow for the specification of the file format to write and how to interpret files that are read. Two versions are supported:

If you are using SpatialObjects, we strongly recommend specifying SetMetaIOVersion(1) for the SpatialObject Readers and Writers before calling Update().

This commit is dependent on PR https://github.com/InsightSoftwareConsortium/ITK/pull/4739 and PR https://github.com/InsightSoftwareConsortium/ITK/pull/4742

aylward commented 1 week ago

Note that this PR is dependent on the merge of two PRs.

Specifically, it is dependent on https://github.com/InsightSoftwareConsortium/ITK/pull/4742 which is dependent on PR https://github.com/InsightSoftwareConsortium/ITK/pull/4739