Interface: ImageData
Defined in: storage/image.ts:27
Loaded image data providing an OpenSeadragon-compatible tile source
Extends
Methods
destroy()
destroy():
void
Defined in: storage/base.ts:12
Releases all resources held by this data object
Returns
void
Inherited from
getTileSource()
getTileSource():
string|object|CustomTileSource
Defined in: storage/image.ts:29
Returns a tile source descriptor for use with OpenSeadragon
Returns
string | object | CustomTileSource