Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/astral/bindings/celestial.ts>SystemInfo_ImageDecodeAcceleratorCapability

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias SystemInfo_ImageDecodeAcceleratorCapability
import { type SystemInfo_ImageDecodeAcceleratorCapability } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

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

definition: { imageType: SystemInfo_ImageType; maxDimensions: SystemInfo_Size; minDimensions: SystemInfo_Size; subsamplings: SystemInfo_SubsamplingFormat[]; }