1# ImageBitmap 2 3> **NOTE** 4> 5> The APIs of this module are supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. 6 7 8The **ImageBitmap** object is an object generated using the **transferToImageBitmap()** method of the **OffscreenCanvas** and stores the pixel data rendered on the **OffscreenCanvas**. 9 10 11## Attributes 12 13| Name| Type| Description| 14| -------- | -------- | -------- | 15| width | number | Pixel width of the **ImageBitmap** object.| 16| height | number | Pixel height of the **ImageBitmap** object.| 17