web api interface
ImageBitmap
Available in 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 createImageBitmap() or 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
heightRead only- : An
unsigned longrepresenting the height, in CSS pixels, of theImageBitmap.
- : An
widthRead only- : An
unsigned longrepresenting the width, in CSS pixels, of theImageBitmap.
- : An
Instance methods
close()- : Disposes of all graphical resources associated with an
ImageBitmap.
- : Disposes of all graphical resources associated with an
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.