Skip to content

Commit

Permalink
Add Single 3D/4D volume file support
Browse files Browse the repository at this point in the history
fixes imageio#14 and imageio#29

Using SimpleITK adds NIFTI and MetaImage format that is in a single file format. Adds additional functionality for Medical Imaging data
  • Loading branch information
gordon-n-stevenson committed Jul 25, 2015
1 parent 1f53bf2 commit 2c8c1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageio/plugins/simpleitk.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load_lib():


# Split up in real ITK and all supported formats.
ITK_FORMATS = ('.gipl', '.ipl', '.mhd', '.nhdr', '.nrrd', '.vtk')
ITK_FORMATS = ('.gipl', '.ipl', '.mha', '.mhd', '.nhdr', '.nii', '.nrrd', '.vtk')
ALL_FORMATS = ITK_FORMATS + ('.bmp', '.jpeg', '.jpg', '.png', '.tiff', '.tif',
'.dicom', '.gdcm')

Expand Down

0 comments on commit 2c8c1cb

Please sign in to comment.