interface ImageBitmapOptions
The options of createImageBitmap.
Properties #
#colorSpaceConversion: ColorSpaceConversion optional
Specifies whether the image should be decoded using color space conversion. Either none or default (default). The value default indicates that implementation-specific behavior is used.
#imageOrientation: ImageOrientation optional
Specifies how the bitmap image should be oriented.
#premultiplyAlpha: PremultiplyAlpha optional
Specifies whether the bitmap's color channels should be premultiplied by the alpha channel. One of none, premultiply, or default (default).
#resizeHeight: number optional
The output height.
#resizeQuality: ResizeQuality optional
Specifies the algorithm to be used for resizing the input to match the output dimensions. One of pixelated, low (default), medium, or high.
#resizeWidth: number optional
The output width.