-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi,
I'm reporting an issue I encountered while testing my IIIF Image API 3.0 Level 0 implementation link to test
In my /info.json, I declare maxWidth and maxHeight, following the IIIF Image API 3.0 specification.
When a client requests /full/max/0/default.jpg, I return the image resized to fit within maxWidth × maxHeight, as permitted by the spec.
This is the info.json
When I validate my server with these settings, the validator fails the Correct image returned test, even though:
- I am returning an image at 582×446 pixels.
- The size matches the maxWidth and maxHeight settings.
It seems that the validator is incorrectly expecting the full native image size even when limits are declared — or am I misunderstanding something?
Thanks in advance for your help!
Metadata
Metadata
Assignees
Labels
No labels