Skip to content

Use ReadImage and WriteImage functions where appropriate #2802

@dzenanz

Description

@dzenanz

Setting up a reader or a writer just to use them once in a straightforward way requires 5 lines of code, and it can be accomplished by using the appropriate convenience function.

itk::ReadImage and itk::WriteImage are available since ITK 5.2.0. See InsightSoftwareConsortium/ITKSphinxExamples#225
for an illustration of the changes required and InsightSoftwareConsortium/ITKSphinxExamples#226 for further discussion.

This can be done piece-wise. A possible starting point are bundled examples which are used in the software guide. @josetascon did a good job in ITKSphinxExamples.

Metadata

Metadata

Assignees

Labels

Good first issueA good issue for community members new to contributingtype:StyleStyle changes: no logic impact (indentation, comments, naming)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions