mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.5 KiB
1.5 KiB
Home > puppeteer > Protocol > SystemInfo > ImageDecodeAcceleratorCapability
Protocol.SystemInfo.ImageDecodeAcceleratorCapability interface
Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.
Signature:
export interface ImageDecodeAcceleratorCapability
Properties
Property | Type | Description |
---|---|---|
imageType | ImageType | Image coded, e.g. Jpeg. |
maxDimensions | Size | Maximum supported dimensions of the image in pixels. |
minDimensions | Size | Minimum supported dimensions of the image in pixels. |
subsamplings | SubsamplingFormat[] | Optional array of supported subsampling formats, e.g. 4:2:0, if known. |