Table of Contents

Constructor SKImagePyramidIiifSource

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

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

baseId string

The IIIF base identifier (@id) used to construct tile URLs.

imageWidth int

Full image width in pixels.

imageHeight int

Full image height in pixels.

tileWidth int

Tile width in pixels.

tileHeight int

Tile height in pixels.

scaleFactorsDescending int[]

Scale factors sorted descending (e.g. [32, 16, 8, 4, 2, 1]).

format string

Image format (e.g. "jpg").

quality string

IIIF quality parameter (e.g. "default").