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