Classes
Members
-
module:ol/format/IIIFInfo.Versions{string}
-
Enum representing the major IIIF Image API versions
Type Definitions
-
IiifProfile{Object}
-
Properties:
Name Type Description formatsArray.<string> | undefined Supported image formats for the image service.
qualitiesArray.<string> | undefined Supported IIIF image qualities.
supportsArray.<string> | undefined Supported features.
maxAreanumber | undefined Maximum area (pixels) available for this image service.
maxHeightnumber | undefined Maximum height.
maxWidthnumber | undefined Maximum width.
-
ImageInformationResponse{Object.<string, (string|number|Array.<(number|string|module:ol/format/IIIFInfo~IiifProfile|Object.<string, number>|module:ol/format/IIIFInfo~TileInfo)>)>}
-
-
PreferredOptions{Object}
-
Properties:
Name Type Description formatstring | undefined Preferred image format. Will be used if the image information indicates support for that format.
qualitystring | undefined IIIF image qualitiy. Will be used if the image information indicates support for that quality.
-
SupportedFeatures{Object}
-
Properties:
Name Type Description supportsArray.<string> | undefined Supported IIIF image size and region calculation features.
formatsArray.<string> | undefined Supported image formats.
qualitiesArray.<string> | undefined Supported IIIF image qualities.
-
TileInfo{Object}
-
Properties:
Name Type Description scaleFactorsArray.<number> Supported resolution scaling factors.
widthnumber Tile width in pixels.
heightnumber | undefined Tile height in pixels. Same as tile width if height is not given.