ImageBitmap

Note: This feature is available in Web Workers.

The ImageBitmap interface represents a bitmap image which can be drawn to a <canvas> without undue latency. It can be created from a variety of source objects using the Window.createImageBitmap() or WorkerGlobalScope.createImageBitmap() factory method. ImageBitmap provides an asynchronous and resource efficient pathway to prepare textures for rendering in WebGL.

ImageBitmap is a transferable object.

Instance properties

ImageBitmap.height Read only

An unsigned long representing the height, in CSS pixels, of the ImageData.

ImageBitmap.width Read only

An unsigned long representing the width, in CSS pixels, of the ImageData.

Instance methods

ImageBitmap.close()

Disposes of all graphical resources associated with an ImageBitmap.

Specifications

Specification
HTML
# imagebitmap

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobileserver
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
Deno
ImageBitmap
close
height
width

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

See also