pearcetm / GeoTIFFTileSource

Implementation of a TileSource for OpenSeadragon based on GeoTIFF.js, enabling local and remote TIFF files to be viewed without using an image server
MIT License
25 stars 5 forks source link

Unknown compression #19

Open wlhakeem opened 1 week ago

wlhakeem commented 1 week ago

Hi good day.

Im having an issue with Error: Unknown compression method identifier: 33005 when using this image Aperio CMU-1-JP2K-33005 (https://openslide.org/demo/#).. the viewer seems like not fully loaded image

This is the error : image

can guide me how?

pearcetm commented 1 week ago

Hmm... I downloaded that slide, and using the demo page it seems to be working fine:

image

It also looks like some of the file was extracted correctly in your viewer because some tiles are rendered. So, I'm not sure what's going on. What browser and operating system are you using? What version of OpenSeadragon? Have you modified anything about the plugin or the file itself?

wlhakeem commented 1 week ago

@pearcetm thankyou for the reply.. I finally manage to found the issue.. Is it because i set the minPixelRatio = 0.1 on the openseadragon. I try using your demo code and set the minPixelRatio also gives me the error image

I think i will just remove the minPixelRatio on my code first. Thank you :)

swamidass commented 4 days ago

I am getting this error now too. Did you find a fix?