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

Converting bigtiff TIFF series fails #15

Open
unidesigner opened this issue Dec 12, 2019 · 2 comments
Open

Converting bigtiff TIFF series fails #15

unidesigner opened this issue Dec 12, 2019 · 2 comments

Comments

@unidesigner
Copy link

Hi,
I'd like to convert a TIFF series to N5 using n5-spark, where the individual image sizes are large and I need to use bigtiff to store them (e.g. using the bigtiff parameter in scikit-image io). However, bigtiff do not seem to be supported, I get an Unsupported format or not found error, but it works fine for non-bigtiff images. How do you deal with converting large 2d image tiles to N5?
Thanks!

@igorpisarev
Copy link
Contributor

Hi @unidesigner, I haven't run into this problem since my TIFF slices were always less than 4 GB.
I'm using simple ImageJ opener IJ.openImage() to read TIFF files which doesn't support bigtiff extensions. We could try a different opener such as BioFormats where bigtiff seems to be supported: https://docs.openmicroscopy.org/bio-formats/latest/formats/tiff.html
I could look into it after the holidays, but PRs are welcome if you're willing to contribute!

@unidesigner
Copy link
Author

Hi @igorpisarev - thanks for your quick reply. If it'd be easy for you to try the BioFormats opener after the holidays, that would be greatly appreciated. I'd probably take me too long to get into the java dev stack to just change this. Happy holidays!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants