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

IIIF protocol and IIPImage iiif-compliant fork #40

Open
regisrob opened this issue Oct 30, 2013 · 0 comments
Open

IIIF protocol and IIPImage iiif-compliant fork #40

regisrob opened this issue Oct 30, 2013 · 0 comments
Assignees

Comments

@regisrob
Copy link

Since IIPImage delivers images through URLs with a "iiif" parameter (http://example.org/iipsrv-iiif.fcgi?iiif=image.tif/full/full/0/native.jpg), iiif.js translator does not work out of the box because urls are constructed with "server + "/" + image" (required parameters are passed over…). It should be "server + "?iiif=" + image", unless you have some rewrite rules (which I didn't manage to set up properly).

I tested IIPMooviewer in front of IIPImage (with iiif support from klokantech's fork) and faced #38, #39 and the present issue. I did some workarounds that did the trick and finally make my demo work.
But there is a final issue with one tile at zoom level 1 and 2 (the size of the bottom-right tile is wrong and does not fit). I guess it is a math problem somewhere (I suppose it is on the server's side and not the viewer but not sure...).

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