the images ordered by level. lowest level (smallest overview) first. that level is given by minLevel. all other levels must be consecutive.
the model matrix of the image
the size of the tile in pixels
the minimum level of the images
Optional
getIntensityImages: (() => Promise<GeoTIFFImage[]>)Optional
depth: { Optional
maxCacheSize: numberthe cache size for the number of tiles to cache. (LRU cache in use)
the number of concurrent web requests to load tiles with
an optional pool to decode directly to image bitmaps. most scenarios will use the default, mainly used for headless testing
Creates a panorama tile provider for the given images.