mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 16:01:08 +08:00
Reinstate tifffile_plugin for backwards compatibility
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[tifffile]
|
||||
description = Load and save TIFF and TIFF-based images using tifffile.py
|
||||
provides = imread, imsave
|
||||
@@ -0,0 +1,6 @@
|
||||
try:
|
||||
from tifffile import imread, imsave
|
||||
except ImportError:
|
||||
raise ImportError("The tifffile module could not be found.\n"
|
||||
"It can be obtained at "
|
||||
"<http://www.lfd.uci.edu/~gohlke/code/tifffile.py>\n")
|
||||
Reference in New Issue
Block a user