mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 15:28:01 +08:00
5 lines
132 B
Python
5 lines
132 B
Python
try:
|
|
from tifffile import imread, imsave, TiffFile
|
|
except ImportError:
|
|
from .tifffile_local import imread, imsave, TiffFile
|