Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test cases for other recognized tifffile file formats #5

Open
GenevieveBuckley opened this issue Jun 26, 2020 · 0 comments
Open
Labels
good first issue Good for newcomers tests

Comments

@GenevieveBuckley
Copy link
Collaborator

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')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers tests
Projects
None yet
Development

No branches or pull requests

1 participant