Virtual ImageInfo extension to support grid logic

Hierarchy

Properties

size: [number, number?]
area?: View
view?: View
id?: string

The image id

Required

path?: string

The image base path URI, with a trailing /

Default

https://b.micr.io/

version?: number

The Micrio version this image was created in

Default

autoloaded

width?: number

The original image width

Default

autoloaded

height?: number

The original image height

Default

autoloaded

tileSize?: number

The original tile size in px

Default

autoloaded

tilesId?: string

Use an alternative image ID for the image tiles

tileExtension?: string

Optional custom file extension for tiles

settings?: Partial<Settings>

The image settings, such as viewport/UI settings, camera and user event behavior

title?: string

The image title (default: autoloaded)

slug?: string

The image slug (default: autoloaded)

lang?: string

The initial data language

cultures?: string

The available image data languages, comma-separated (default: autoloaded)

is360?: boolean

The image is 360 degrees

isWebP?: boolean

The image tiles are in WebP format

isPng?: boolean

The image tiles are in PNG format

isSingle?: boolean

Use a custom, single source uri for the zoomable image / video

format?: string

A custom format (dz for DeepZoom, iiif for IIIF)

iiifManifest?: string

Optional IIIF source for tiles

legacyTiles?: boolean

Use this for old (<1.8) versions of Micrio

links?: string[]

[Spaces] The linked Micrio IDs

Generated using TypeDoc