ImageBitmap - Web API 接口参考 编辑
ImageBitmap
接口表示能够被绘制到 <canvas>
上的位图图像,具有低延迟的特性。运用 createImageBitmap()
工厂方法模式,它可以从多种源中生成。 ImageBitmap
提供了一种异步且高资源利用率的方式来为WebGL的渲染准备基础结构。
属性
ImageBitmap.height
只读- 无符号长整型数值,表示ImageData的CSS像素单位的高度。
ImageBitmap.width
只读- 无符号长整型数值, 表示ImageData的CSS像素单位的宽度。
方法
ImageBitmap.close()
释放ImageBitmap所相关联的所有图形资源。
规范
Specification | Status | Comment |
---|---|---|
HTML Living Standard ImageBitmap | Living Standard |
浏览器兼容性
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!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) | 未实现 | 未实现 | 未实现 | 未实现 |
另见
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论