OME-TIFF support in WSIReader #6474
Unanswered
vladpopovici
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the question, it might be helpful to create a feature request at https://github.com/rapidsai/cucim for more info. To make a customized reader, currently it'll be inheriting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to use WSIReader for accessing TIFF files that follow the OME-TIFF specs. However, both the CUCIM and the TIFFFILE back-ends failed: CUCIM was not even able to read such files (This format has more than one image with Subfile Type 0 so cannot be loaded!) and TIFFFILE back-end found only 6 out of 10 levels.
The OME-TIFF files were produced using the bioformats2raw + raw2ometiff "official" toolchain and I could access them correctly using my own code.
Since I would like to use the images without any further conversions, I wonder
Thanks for any help and suggestions.
Vlad
Beta Was this translation helpful? Give feedback.
All reactions