Skip to main content

IIIF Image API

Introduction

The IIIF Image API can be used to return both image metadata as well as the binary data of an image, and additionally supports various transformations that can be applied to an image, such as cropping, resizing, rotation and quality or format adjustments. All features can be entirely accessed by using a specific URI syntax.

Implementation

Rijksmuseum uses an IIIF Image API to offer images of artworks. For this, it uses the product Micrio which is created by Q42. The API endpoint of an image can be obtained through the access point of a D1_Digital_Object which the E36_Visual_Item of a E22_Human-Made_Object may reference.

Access

There is one production endpoint available.

Intented UseResource ScopeRoot Location
ProductionAllhttps://iiif.micr.io

Examples

URIDescription
https://iiif.micr.io/RFwqO/info.jsonRetrieve image metadata.
https://iiif.micr.io/RFwqO/full/max/0/default.pngThe image of an object in PNG format.
https://iiif.micr.io/RFwqO/full/max/0/gray.jpgThe image of an object in grayscale JPEG.
https://iiif.micr.io/ohGMs/full/800,80/90/gray.jpgThe image of another object cropped and rotated 90⁰.

Further reading