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
This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.
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.