Skip to content

Implement's Glenn Pierce's itk::FDFImageIO as an ITK Remote Module

License

Notifications You must be signed in to change notification settings

InsightSoftwareConsortium/ITKIOFDF

Repository files navigation

ITKIOFDF

image

PyPI

License

Overview

This is a module for the Insight Toolkit (ITK) to read or write the FDF image format.

It contains an ImageIO class to read or write the FDF image format.

This module is available in the ITK source tree as a Remote module. To enable it, set:

Module_IOFDF:BOOL=ON

in ITK's CMake build configuration.

Install the Python package with:

pip install itk-iofdf

License

This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.

Acknowledgements

Initial work was done by Glenn Pierce; the code was brought up to current ITK standards by Nicholas Tustison; and it was converted to an ITK Remote module by Kent Williams.