tiffslide icon indicating copy to clipboard operation
tiffslide copied to clipboard

TiffSlide - cloud native openslide-python replacement based on tifffile

Results 20 tiffslide issues
Sort by recently updated
recently updated
newest added

hello, i realized that tiffslide does not calculate a quickhash for an image, whereas openslide does. i wrote a small implementation of quickhash for one of my projects, though it...

enhancement

Thank you again for the hard work on this. There is a discrepancy between the colors of the images extracted and the optimal colors such as the one seen in...

enhancement
help wanted

Would an official integration with xarray be useful? I published an independent package that is fairly small, but should also add most the key functionality. It could stay as an...

enhancement

Is there any way to trim down the dependencies? The total uncompressed size of a deployment package in AWS Lambda can't be more than 250MB. The total size of tiffslide...

help wanted
workaround-exists

This is an interesting issue. We depend on tifffile, and specifically its zarr interface. Since we don't want to depend on `tifffile[all]` because we don't need matplotlib and other optional...

investigate 🕵️

Draft while work in progress. Recommended way for initial support is going the kerchunk route. If we provide the tiffslide properties in the zarrstore this format should already be supported....

Hi, It would be great if this could be supported. The examples from OpenSlide are here: https://openslide.cs.cmu.edu/download/openslide-testdata/Hamamatsu-vms/ Cheers, Sarthak

compatibility

Should accumulate a few different leica files to ensure better openslide compatibility regarding metadata

compatibility

I believe the way openslide calculates downsamples is not correct. I assume that there is a reason why the downsample factor in openslide is calculated as seen below. But my...

help wanted
investigate 🕵️

Everything is in place to provide nvjpeg decode directly to gpu memory. I just need to find some spare time to implement the required glue... - [ ] provide compatible...

enhancement