Closed yuling-luo closed 11 months ago
Dear @yuling-luo ,
Currently qptiff is indeed not supported. I am also not familiar with this extension. Is it possible to open that file extension with openslide or pyvips? If this is possible we can add support for this extension easily, otherwise we will need additional software that can open that extension and have to write a specific image backend for it. Alternatively, if possible, you can convert it to tiff with some external software.
Best wishes, Mart
Dear @yuling-luo ,
Currently qptiff is indeed not supported. I am also not familiar with this extension. Is it possible to open that file extension with openslide or pyvips? If this is possible we can add support for this extension easily, otherwise we will need additional software that can open that extension and have to write a specific image backend for it. Alternatively, if possible, you can convert it to tiff with some external software.
Best wishes, Mart
Hi Mart,
Yes this extension could be opened via openslide. I tested it with the WholeSlideImage according to hooknet notebook and it works. Would it be possible for the team to add support for this extension then?
Dear @yuling-luo
Thanks for testing, I added the support for qptiff files. Please let me know if you run into issues.
Best wishes,
Thanks Mark. It works from my end now!
Hi all,
Thanks again for the nice work. I have been testing the create_batch_iterator function using a data.yml look like below:
However, I receive a error:
Is it because qptiff isn't supported in the WholeSlideDataset as I don't seem them in the extensions.py? Would it be possible for wholeslidedata to support .qptiff? Or is there an alternative way I can approach this issue?