Skip to content

Image writer with itk backend to support more output image formats #2620

@wyli

Description

@wyli

Is your feature request related to a problem? Please describe.
The SaveImage transform should be extended to support writing output in different formats using ITK.

if output_ext in (".nii.gz", ".nii"):
self.saver = NiftiSaver(

the current nifti output doesn't work well with Slicer Project-MONAI/MONAILabel#211

see also InsightSoftwareConsortium/ITK#2663

Metadata

Metadata

Assignees

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions