Constructor SKImagePyramidIiifSource
SKImagePyramidIiifSource(string, int, int, int, int, int[], string, string)
Constructs an IIIF source from parsed parameters.
public SKImagePyramidIiifSource(string baseId, int imageWidth, int imageHeight, int tileWidth, int tileHeight, int[] scaleFactorsDescending, string format = "jpg", string quality = "default")
Parameters
baseIdstringThe IIIF base identifier (@id) used to construct tile URLs.
imageWidthintFull image width in pixels.
imageHeightintFull image height in pixels.
tileWidthintTile width in pixels.
tileHeightintTile height in pixels.
scaleFactorsDescendingint[]Scale factors sorted descending (e.g. [32, 16, 8, 4, 2, 1]).
formatstringImage format (e.g. "jpg").
qualitystringIIIF quality parameter (e.g. "default").