Skip to content

Level 0 validator error with maxWidth/maxHeight #109

@Mauregina

Description

@Mauregina

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions