This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
nonapi [2023/11/27 18:35] chris |
nonapi [2025/05/09 12:47] (current) angelos [Barcode] |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| |**z**|The z index of the tile| | |**z**|The z index of the tile| | ||
| |cache|//Optional// parameter that tells the renderer whether or not to use the cache to fetch the tile| | |cache|//Optional// parameter that tells the renderer whether or not to use the cache to fetch the tile| | ||
| - | |format|//Optional// resulting image format. Valid values are JPG, JPEG and PNG| | + | |format|//Optional// resulting image format. Valid values are JPG, JPEG, PNG, TIFF and DICOM| |
| |quality|//Optional// quality parameter used only for the jpeg format| | |quality|//Optional// quality parameter used only for the jpeg format| | ||
| |postGamma|//Optional// gamma value to apply as post processing| | |postGamma|//Optional// gamma value to apply as post processing| | ||
| Line 46: | Line 46: | ||
| |downloadInsteadOfDisplay|//Optional// Whether or not to download the image or display it in the browser| | |downloadInsteadOfDisplay|//Optional// Whether or not to download the image or display it in the browser| | ||
| |drawFilename|//Optional// 0 do not draw, 1 draw filename on top, 2 draw on bottom| | |drawFilename|//Optional// 0 do not draw, 1 draw filename on top, 2 draw on bottom| | ||
| - | |format|//Optional// parameter representing the resulting image format. Valid values are JPG, JPEG and PNG| | + | |format|//Optional// parameter representing the resulting image format. JPG, JPEG, PNG, TIFF and DICOM| |
| |quality|//Optional// quality parameter used only for the jpeg format| | |quality|//Optional// quality parameter used only for the jpeg format| | ||
| |annotationsLayerType|//Optional// A comma separated list of extra annotations layer to render| | |annotationsLayerType|//Optional// A comma separated list of extra annotations layer to render| | ||
| Line 98: | Line 98: | ||
| **Example** ///barcode?sessionId=%%sessionId%%&pathOrUid=%%path%%// | **Example** ///barcode?sessionId=%%sessionId%%&pathOrUid=%%path%%// | ||
| + | |||
| + | ==== IIIF ==== | ||
| + | PMA.core implements the [[https://iiif.io/api/image/3.0/|Image API 3.0 of the International Image Interoperability Framework]]. | ||
| + | |||
| + | All IIIF requests start at the /iiif endpoint. | ||