ImageMetadata interface

Image metadata.

Properties

format

Image format.

height

Image height, in pixels.

width

Image width, in pixels.

Property Details

format

Image format.

format?: string

Property Value

string

height

Image height, in pixels.

height?: number

Property Value

number

width

Image width, in pixels.

width?: number

Property Value

number