interface ThumbnailInfo {
    h?: number;
    mimetype?: string;
    size?: number;
    w?: number;
}

Hierarchy (view full)

Properties

Properties

h?: number

The intended display height of the image in pixels. This may differ from the intrinsic dimensions of the image file.

mimetype?: string

The mimetype of the image, e.g. image/jpeg.

size?: number

Size of the image in bytes.

w?: number

The intended display width of the image in pixels. This may differ from the intrinsic dimensions of the image file.