napari / napari-tiff

A napari reader plugin for tiff images.
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Add test cases for other recognized tifffile file formats #5

Open GenevieveBuckley opened 4 years ago

GenevieveBuckley commented 4 years ago

Add test cases for other recognized tifffile file formats

Here's a list of file extensions tifffile supports:

In [1]: from tifffile import TIFF
In [2]: TIFF.FILE_EXTENSIONS
Out[2]:
('tif',
 'tiff',
 'ome.tif',
 'lsm',
 'stk',
 'qpi',
 'pcoraw',
 'qptiff',
 'gel',
 'seq',
 'svs',
 'zif',
 'ndpi',
 'bif',
 'tf8',
 'tf2',
 'btf')