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

Local .tiff not loading, no error #5

Open
cncoleman opened this issue May 18, 2017 · 1 comment
Open

Local .tiff not loading, no error #5

cncoleman opened this issue May 18, 2017 · 1 comment

Comments

@cncoleman
Copy link

Using the mac binary download from Box, I did not have the problem that Jeff encountered in #4
But when I load a local tiff file, it is added to the list but the thumbnail is broken and the image will not load in the viewer.

@versae
Copy link
Collaborator

versae commented May 18, 2017

It seems to be a limitation of OpenSeadragon, that only supports pyramidal tiled tiff files. Is that the case, @aeschylus? One option is to convert your tiff files to be pyramidal with ImageMagick (not guaranteed to work):

$ convert inputImg.tiff -define tiff:tile-geometry=128x128 -compress jpeg ptif:outputImg.tif

Or just convert them to PNG.

It would be nice if the conversion was done on the fly with something like tiff-to-png.

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

No branches or pull requests

2 participants