-
Notifications
You must be signed in to change notification settings - Fork 115
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
Some tiles does not fit #216
Comments
BTW, I was using protocol @ruven Any thought? |
It's a bug in the viewer code (not the server) - yes, use the IIP protocol for now. The server can simultaneously understand both IIP and IIIF APIs and remains IIIF compliant regardless, so it makes no difference if you use IIP with iipmooviewer. |
@ruven Uh, is that bug due to the wrong size param in the tile request? The last tile should not be requested with |
Oh, I see the issue in viewer repo. Thanks for you reply! |
I played around with the iipsrv and iipmooviewer on my mac, and I got them work. However, there is an issue that some tiles on bottom right corner does not fit. It happens when I use other images too. Let me paste it here:
IIP server is version 1.1 and iipmooviewer is the current version on github. Both server and viewer is running on mac OS Catalina. The .tif file is generated by
Any thought why it could be like this?
I used
identify
command in terminal to test if the original image was broken but it returned good result.The text was updated successfully, but these errors were encountered: