🏠 New in Low Baseline Support: createImageBitmap
December 11, 2023
The createImageBitmap() global method creates an ImageBitmap object from a source such as an image, SVG, blob, or canvas. An ImageBitmap object represents pixel data that can be drawn to a canvas with lower latency than other types, such as ImageData.
Source features
api.ImageBitmap[mdn]api.ImageBitmap.height[mdn]api.ImageBitmap.width[mdn]api.createImageBitmap[mdn]api.ImageBitmap.close[mdn]api.createImageBitmap.options_imageOrientation_parameter[mdn]api.createImageBitmap.options_resizeHeight_parameter[mdn]api.createImageBitmap.options_resizeWidth_parameter[mdn]api.createImageBitmap.options_colorSpaceConversion_parameter[mdn]api.createImageBitmap.options_imageOrientation_parameter.from-image[mdn]api.createImageBitmap.options_premultiplyAlpha_parameter[mdn]api.createImageBitmap.svgimageelement_as_source_image[mdn]api.createImageBitmap.options_resizeQuality_parameter[mdn]