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

24 lines
1.5 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [SystemInfo](./puppeteer.protocol.systeminfo.md) &gt; [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.
<b>Signature:</b>
```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. |