ImageBitmapRenderingContext
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The ImageBitmapRenderingContext interface is a canvas rendering context that provides the functionality to replace the canvas's contents with the given ImageBitmap. Its context id (the first argument to HTMLCanvasElement.getContext() or OffscreenCanvas.getContext()) is "bitmaprenderer".
This interface is available in both the window and the worker context.
Methods
ImageBitmapRenderingContext.transferFromImageBitmap()-
Displays the given
ImageBitmapin the canvas associated with this rendering context. Ownership of theImageBitmapis transferred to the canvas. This was previously namedtransferImageBitmap(), but was renamed in a spec change. The old name is being kept as an alias to avoid code breakage.
Specifications
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
ImageBitmapRenderingContext |
56 |
79 |
46 |
No |
43 |
No |
56 |
56 |
46 |
43 |
No |
6.0 |
canvas |
56 |
79 |
No |
No |
43 |
No |
56 |
56 |
No |
43 |
No |
6.0 |
transferFromImageBitmap |
56 |
79 |
52
46-52
|
No |
43 |
No |
56 |
56 |
52
46-52
|
43 |
No |
6.0 |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmapRenderingContext