[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [ImageDecodeAcceleratorCapability](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.md) ## Protocol.SystemInfo.ImageDecodeAcceleratorCapability interface Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling. Signature: ```typescript export interface ImageDecodeAcceleratorCapability ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [imageType](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.imagetype.md) | [ImageType](./puppeteer.protocol.systeminfo.imagetype.md) | Image coded, e.g. Jpeg. | | [maxDimensions](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.maxdimensions.md) | [Size](./puppeteer.protocol.systeminfo.size.md) | Maximum supported dimensions of the image in pixels. | | [minDimensions](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.mindimensions.md) | [Size](./puppeteer.protocol.systeminfo.size.md) | Minimum supported dimensions of the image in pixels. | | [subsamplings](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.subsamplings.md) | [SubsamplingFormat](./puppeteer.protocol.systeminfo.subsamplingformat.md)\[\] | Optional array of supported subsampling formats, e.g. 4:2:0, if known. |