ImageBitmap
接口表示能够被绘制到 <canvas>
上的位图图像,具有低延迟的特性。运用 createImageBitmap()
工厂方法模式,它可以从多种源中生成。 ImageBitmap
提供了一种异步且高资源利用率的方式来为WebGL的渲染准备基础结构。
属性
ImageBitmap.height
只读- 无符号长整型数值,表示ImageData的CSS像素单位的高度。
ImageBitmap.width
只读- 无符号长整型数值, 表示ImageData的CSS像素单位的宽度。
方法
ImageBitmap.close()
-
释放ImageBitmap所相关联的所有图形资源。
规范
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard ImageBitmap |
Living Standard |
浏览器兼容性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | 42 (42) | ? | ? | ? |
close() |
未实现 | 46 (46) | 未实现 | 未实现 | 未实现 |
Feature | Android | Android Webview | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|
Basic support | ? | (Yes) | 42.0 (42) | ? | ? | ? | (Yes) |
close() |
未实现 | 未实现 | 46 (46) | 未实现 | 未实现 | 未实现 | 未实现 |