Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Protocol.SystemInfo.ImageDecodeAcceleratorCapability
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ImageDecodeAcceleratorCapability } = Protocol.SystemInfo;

Describes a supported image decoding profile with its associated minimum and maximum resolutions and subsampling.

Properties

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.