interface ImageBitmapOptions
private
The options of createImageBitmap.
optional
colorSpaceConversion: ColorSpaceConversionSpecifies 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.
optional
imageOrientation: ImageOrientationSpecifies how the bitmap image should be oriented.
optional
premultiplyAlpha: PremultiplyAlphaSpecifies whether the bitmap's color channels should be premultiplied by the alpha channel. One of none, premultiply, or default (default).
optional
resizeHeight: numberThe output height.
optional
resizeQuality: ResizeQualitySpecifies the algorithm to be used for resizing the input to match the output dimensions. One of pixelated, low (default), medium, or high.
optional
resizeWidth: numberThe output width.