Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface default.SystemInfo.ImageDecodeAcceleratorCapability
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ImageDecodeAcceleratorCapability } = default.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.