-
Notifications
You must be signed in to change notification settings - Fork 199
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
Compliance with the IIIF Image API 2.0 #4
Comments
So during presentation I saw from the guys who wrote the spec they demonstrated their use-case which was sharing pages from digitised historical manuscripts between academic institutions. They were focussing on the sharing aspect but in essence what their API does (IMO) is facilitate image manipulation. Perhaps IIIF compliance is actually something that can be solved through a StackPHP middleware instead of the core library |
I've posted a message on the IIIF mailing list, but it's not approved yet. Once it has been I'll add it to this ticket.
Love it! |
You can follow the discussion with the IIIF here. Sounds like this is doable, although we will need to add JSON information responses, which sounds like a good idea anyway. |
I'm going to close this issue for now. Not because I don't want to do this, but because I just don't have the capacity right now. It's something we can revisit in the future |
As per @alexbilbie's suggestion, it may be worth investigating adding IIIF Image API 2.0 compliance to Glide. Their URI spec is as follows:
The biggest challenge I see is that this limits Glide quite a bit, as the original intent of this spec wasn't for image manipulation:
However, Glide could still offer compliance, albeit with only a subset of the overall feature set. We could offer a URI parser to do this work. Something like:
The text was updated successfully, but these errors were encountered: