ImageInfo: {
    albumId?: string;
    created?: number;
    forceInfoPath?: boolean;
    format?: string;
    height: number;
    id: string;
    iiifManifest?: string;
    is360?: boolean;
    isDeepZoom?: boolean;
    isIIIF?: boolean;
    isPng?: boolean;
    isSingle?: boolean;
    isWebP?: boolean;
    lang?: string;
    organisation?: Organisation;
    path: string;
    revision?: RevisionType;
    settings?: Partial<Settings>;
    spacesId?: string;
    tileBasePath?: string;
    tileExtension?: string;
    tilesId?: string;
    tileSize: number;
    title?: string;
    version: number;
    width: number;
}

A Micrio image's main static image data object

Type declaration

  • OptionalalbumId?: string

    The album (V5+) ID

  • Optionalcreated?: number

    Created date

  • OptionalforceInfoPath?: boolean

    Force the path attribute to be used to get the info.json data

  • Optionalformat?: string

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

  • height: number

    The original image height

    autoloaded
    
  • id: string

    The image id

  • OptionaliiifManifest?: string

    Optional IIIF source for tiles

  • Optionalis360?: boolean

    The image is 360 degrees

  • OptionalisDeepZoom?: boolean

    The tiled image is in DeepZoom format

  • OptionalisIIIF?: boolean

    The image has a IIIF source

  • OptionalisPng?: boolean

    The image tiles are in PNG format

  • OptionalisSingle?: boolean

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

  • OptionalisWebP?: boolean

    The image tiles are in WebP format

  • Optionallang?: string

    The initial data language

  • Optionalorganisation?: Organisation

    Optional organisation data

  • path: string

    The image base path URI, with a trailing /

    https://b.micr.io/
    
  • Optionalrevision?: RevisionType

    For V5+: published revisions per language

  • Optionalsettings?: Partial<Settings>

    The image settings, such as viewport/UI settings, camera and user event behavior NOTE: to modify this at runtime, use the MicrioImage.settings Writable store.

  • OptionalspacesId?: string

    The 360 tour space ID

  • OptionaltileBasePath?: string

    Use an alternative basePath for image tiles

  • OptionaltileExtension?: string

    Optional custom file extension for tiles

  • OptionaltilesId?: string

    Use an alternative image ID for the image tiles

  • tileSize: number

    The original tile size in px

    autoloaded
    
  • Optionaltitle?: string

    The image title (default: autoloaded)

  • version: number

    The Micrio version this image was created in

    autoloaded
    
  • width: number

    The original image width

    autoloaded