GET /iiif/image/{image_id}/{region}/{size}/{rotation}/{quality}.{format}

ac.uk:digital-bodleian-data-api

Summary: Get Image
Operation ID: getImage
Auth: unknown
Description

Returns a specific image region with requested transformations (IIIF Image API)

Parameters (6)

format (string, path, required)

Image format

Constraints: {'enum': ['jpg', 'png', 'webp']}

image_id (string, path, required)

UUID identifier for the image

quality (string, path, required)

Image quality

Constraints: {'enum': ['default', 'color', 'gray', 'bitonal']}

region (string, path, required)

Region of the image: 'full', 'square', or x,y,w,h coordinates (e.g., '100,200,300,400')

rotation (string, path, required)

Rotation angle in degrees

size (string, path, required)

Size specification: 'full', 'max', 'w,', ',h', 'w,h', or '!w,h' (best fit)

Examples (1)

TitleTypeURLAction
Get Image openapi-spec https://iiif.bodleian.ox.ac.uk/iiif/image/{image_id}/full/full/0/{quality}.{format}

No probe data for this endpoint yet.