Neel Kanwal

Results 14 comments of Neel Kanwal

Hi, @jacobrgardner Did you fix the this issue, I have similar problem. Somehow the grid interpolation variational strategy looks problematic. Please let me know if there is any fix. File...

Hi @alessiamarcolini Here is the link. https://github.com/openslide/openslide/issues/278 The preview of my slides is also similar. Neel

Hi, Thank you for your quick response. I tried the solution it did not work for me. The command on PowerShell returns this. ![image](https://user-images.githubusercontent.com/52494244/140058982-d808fa26-d915-44b1-b4be-d09f8ba548b2.png)

Hi, I tried it in all possible ways, I think the problem is related to openslide. I tried with some WSI of other formats (.scn). The library reads all files...

I also think the OpenSlide is problematic because when I try to load using open slide it's again the same problem. I have tried to install open slide-python using conda...

I opened an issue on Openslide repository but they replied saying there may be problem with how histolab is using alpha channel to load the slides. I am bit confused...

Hi, Is it possible to save all the NDPI metadata when using tiffsave Forexample: using current_img_400x.tiffsave(f"{new_fname}.tiff", bigtiff=True, properties=True, tile=True, compression="jpeg",tile_width=512, tile_height=512, pyramid=True) loses Macro/Label and other important information like pixel...

Hi, I am trying to convert a WSI with scn format to ndpi format but gets this error: raise Error('unable to write to file {0}'.format(vips_filename)) pyvips.error.Error: unable to write to...

Thanks for a quick reply. I am also using png files but they are RGBA(32bit). In order to make it similar to example dataset, I load then and convert to...