Skip to content

ImageFormatCapability

Defined in: types.ts:52

Still-image decode capability for the formats the SDK accepts through ImageDecoder/createImageBitmap. Probes report what the platform can deterministically signal; a probe with status: 'unknown' means the platform exposes no decoder-capability API (e.g. no ImageDecoder), not that the format is unsupported.

readonly avif: CapabilityProbe

Defined in: types.ts:54

AVIF still decode.


readonly jpeg: CapabilityProbe

Defined in: types.ts:56

JPEG still decode.


readonly png: CapabilityProbe

Defined in: types.ts:58

PNG still decode.


readonly webp: CapabilityProbe

Defined in: types.ts:60

WebP still decode.