Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant render 16-bit png tiles #2528

Open
Rjaat opened this issue May 3, 2024 · 1 comment
Open

cant render 16-bit png tiles #2528

Rjaat opened this issue May 3, 2024 · 1 comment
Labels

Comments

@Rjaat
Copy link

Rjaat commented May 3, 2024

I'm having tiff images as large as 5-6GB in size. while using openseadragon viewer, not able to render 16-bit png tiles but same works fine with 8-bit tiles.

for 16-bit tiles, it displays black canvas but 8-bit gets displayed properly.

anyone please.....? thank you!!

@pearcetm
Copy link
Contributor

pearcetm commented May 3, 2024

HTML canvas doesn't work with 16-bit images, but it is possible that some browsers/hardware may handle it for plain images. If you load an individual tile in an <img> element, does your browser render it? If so, you could use the HTMLDrawer to display the tiled image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants