import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
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.