Closed Himanshunitrr closed 3 months ago
Although Openslide officially supports .bif, there are some open issues related to this file format. For instance: https://github.com/openslide/openslide/issues/234
Can you check if you can open & read the image with the openslide python interface?
Checked, get the same error while directly reading it
In that case the issue seems to be with Openslide and not HistoQC. I would recommend bumping the issue I linked to -- maybe the openslide folks can provide support.
the workaround it is to convert those .bif files to .tif files using tifffile
I am trying to process .bif files but got, what can i do to process them?