This document is a companion to the IIIF Image API Specification, Version 2.1.1. It describes the editorial changes to the API made in this patch release. The changes are all clarifications, typo corrections or to related documents that are not semantically versioned such as inline examples and resources to manage transformation to and from the JSON-LD serialization.
For the significant changes between 2.0 and 2.1, please see the 2.1 Change Log.
1. Editorial Changes
1.1. Clarify availability of width
and height
The width
and height
properties do not necessarily imply that an image of that size is available. Other constraints may be declared that limit the maximum size that can be requested. The width
and height
are still required to construct tile requests and to know the aspect ratio of the image.
See issue #477
1.2. Clarify the canonical form of max
The size keyword max
will replace full
in version 3.0 of the Image API, at which time it can be used in the canonical form of requests. Until then, the canonical form of requests equivalent to max
must continue to use the w,
syntax, or the full
syntax if they are equivalent.
See issue #883
1.3. Typo in @context
for Complete Response example
The URI for the @context
of the physical dimensions service used in the example Complete Response was incorrect and has been fixed.
See issue #935
1.4 Update @context
for GeoJSON example
The URI of the @context
for GeoJSON services has changed and the example use from the Image API has been updated.
See issue #1001
1.5 Use better URIs for example rights/licenses
The URIs were not helpful in giving realistic examples. The examples were updated to use Creative Commons and Rights Statements URIs to promote the use of shared agreements. See issue #1094
2. Changes to Non-Semantically-Versioned Documents
These changes were scheduled to coincide with the release of 2.1.1 to benefit from a shared deadline, but are not managed in the same way as the main specification documents with respect to versioning.
2.1. Annexes
2.1.1 Change in location of @context
for GeoJSON example
The URI of the @context
to be used for GeoJSON services has changed and the Services Annex Document has been updated.
See issue #1001