API Reference > imodeljs-frontend > Rendering > imageElementFromImageSource imageElementFromImageSource Function Extract an html Image element from a binary jpeg or png. imageElementFromImageSource(source: ImageSource): Promise<HTMLImageElement> Parameter Type Description source ImageSource The ImageSource containing the binary jpeg or png data. Returns - Promise<HTMLImageElement> a Promise which resolves to an HTMLImageElement containing the uncompressed bitmap image in RGBA format. Defined in core/frontend/src/ImageUtil.ts Line 193 Last Updated: 11 June, 2024