Add tifffile to a new external package.

This commit is contained in:
Steven Silvester
2014-10-15 05:57:05 -05:00
parent 37d6ddfe36
commit 268eb5f2b5
4 changed files with 4845 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ except ImportError:
from skimage.util import img_as_ubyte, img_as_uint
from six import string_types
from tifffile import imread as tif_imread, imsave as tif_imsave
from skimage.external.tifffile import imread as tif_imread, imsave as tif_imsave
def imread(fname, dtype=None):