files/en-us/web/api/imagebitmap/index.md
{{APIRef("Canvas API")}}{{AvailableInWorkers}}
The ImageBitmap interface represents a bitmap image which can be drawn to a {{HTMLElement("canvas")}} without undue latency. It can be created from a variety of source objects using the {{domxref("Window.createImageBitmap()")}} or {{domxref("WorkerGlobalScope.createImageBitmap()")}} factory method. ImageBitmap provides an asynchronous and resource efficient pathway to prepare textures for rendering in WebGL.
ImageBitmap is a transferable object.
unsigned long representing the height, in CSS pixels, of the ImageBitmap.unsigned long representing the width, in CSS pixels, of the ImageBitmap.ImageBitmap.{{Specifications}}
{{Compat}}