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.
Properties
Section titled “Properties”
readonlyavif:CapabilityProbe
Defined in: types.ts:54
AVIF still decode.
readonlyjpeg:CapabilityProbe
Defined in: types.ts:56
JPEG still decode.
readonlypng:CapabilityProbe
Defined in: types.ts:58
PNG still decode.
readonlywebp:CapabilityProbe
Defined in: types.ts:60
WebP still decode.