ENH: Add SimpleITK IO plugin.

IO plugin for SimpleITK, http://simpleitk.org/

imread and imsave implemented. Tests based off the PIL tests.
This commit is contained in:
Matt McCormick
2013-01-17 09:55:56 +00:00
parent d202cea8a8
commit ad23f203da
3 changed files with 117 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[simpleitk]
description = Image reading and writing via SimpleITK
provides = imread, imsave