This is an experimental technologyCheck 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
| Specification | Status | Comment |
| HTML Living StandardThe definition of 'ImageBitmapRenderingContext' in that specification. | Living Standard |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Chrome
Full support 66 |
Edge
Full support ≤79 |
Firefox
Full support 46 |
IE
No support No |
Opera
Full support Yes |
Safari
No support No |
WebView Android
Full support 66 |
Chrome Android
Full support 66 |
Firefox Android
Full support 46 |
Opera Android
Full support Yes |
Safari iOS
? |
Samsung Internet Android
Full support 9.0 |
| Chrome
Full support 66 |
Edge
Full support ≤79 |
Firefox Full support 52 Full support 52 No support 46 — 52 Alternate Name' Uses the non-standard name: |
IE
No support No |
Opera
Full support Yes |
Safari
No support No |
WebView Android
Full support 66 |
Chrome Android
Full support 66 |
Firefox Android Full support 52 Full support 52 No support 46 — 52 Alternate Name' Uses the non-standard name: |
Opera Android
Full support Yes |
Safari iOS
? |
Samsung Internet Android
Full support 9.0 |
Legend
- Full support
- Full support
- No support
- No support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.'
- Experimental. Expect behavior to change in the future.
- Uses a non-standard name.'
- Uses a non-standard name.
See also
ImageBitmapRenderingContext by Mozilla Contributors is licensed under CC-BY-SA 2.5.