puppeteer/new-docs/puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.md
2020-07-13 14:01:35 +01:00

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.