iiif-image
Build IIIF Image API URLs to specify region, size, rotation, quality, and format, or retrieve image information from a base URL.
Instructions
Build IIIF Image API URLs and retrieve image information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrl | Yes | Base URL of the IIIF image (without parameters) | |
| region | No | Image region (full, square, x,y,w,h, or pct:x,y,w,h) | |
| size | No | Image size (max, w,h, w,, ,h, pct:n, or !w,h) | |
| rotation | No | Rotation in degrees (0-360, optionally prefixed with ! for mirroring) | |
| quality | No | Image quality | |
| format | No | Image format | |
| info | No | If true, retrieve image information instead of building URL | |
| structured | No | Return structured JSON data instead of formatted text |