Web features explorer

createImageBitmap

Limited availability
Tags: api

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. To learn more, see ImageBitmap, ImageBitmap: close() method, ImageBitmap: height property, ImageBitmap: width property, ImageBitmapRenderingContext, ImageBitmapRenderingContext: canvas property, ImageBitmapRenderingContext: transferFromImageBitmap() method, WorkerGlobalScope: createImageBitmap() method at MDN.

Compatibility (view on caniuse.com)

Specifications