ImageBitmap
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()
(en-US) factory method. ImageBitmap
provides an asynchronous and resource efficient pathway to prepare textures for rendering in WebGL.
Properties
ImageBitmap.height
(en-US) Read only-
Is an
unsigned
long
representing the height, in CSS pixels, of theImageData
. ImageBitmap.width
(en-US) Read only-
Is an
unsigned
long
representing the width, in CSS pixels, of theImageData
.
Methods
ImageBitmap.close()
(en-US)-
Disposes of all graphical resources associated with an
ImageBitmap
.
Especificaciones
Specification |
---|
HTML Standard # imagebitmap |
Compatibilidad con navegadores
BCD tables only load in the browser