Skip to main content

Enumeration: ImageQualityStatus

Status of a frame as it gets loaded. This is ordered, with lower values being more lossy, and higher values being less lossy.

Enumeration Members

ADJACENT_REPLICATE

ADJACENT_REPLICATE: 3

Adjacent replicate is a duplicated image of a nearby image

Defined in

packages/core/src/enums/ImageQualityStatus.ts:17


FAR_REPLICATE

FAR_REPLICATE: 1

Replicate is a duplicated image, from some larger distance

Defined in

packages/core/src/enums/ImageQualityStatus.ts:9


FULL_RESOLUTION

FULL_RESOLUTION: 8

Full resolution means the image is full resolution/complete data/lossless (or at least as lossless as the image is going to get)

Defined in

packages/core/src/enums/ImageQualityStatus.ts:34


LOSSY

LOSSY: 7

Lossy images, encoded with a lossy encoding, but full resolution or size.

Defined in

packages/core/src/enums/ImageQualityStatus.ts:29


SUBRESOLUTION

SUBRESOLUTION: 6

Sub resolution images are encodings of smaller than full resolution images. The encoding may or may not be lossy, but the lower resolution means it has lost information already compared to full resolution/lossless.

Defined in

packages/core/src/enums/ImageQualityStatus.ts:24