14 lines
648 B
Markdown
14 lines
648 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [ImageDecodeAcceleratorCapability](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.md) > [maxDimensions](./puppeteer.protocol.systeminfo.imagedecodeacceleratorcapability.maxdimensions.md)
|
||
|
|
||
|
## Protocol.SystemInfo.ImageDecodeAcceleratorCapability.maxDimensions property
|
||
|
|
||
|
Maximum supported dimensions of the image in pixels.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
maxDimensions: Size;
|
||
|
```
|