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 - a Promise which resolves to an HTMLImageElement containing the uncompressed bitmap image in RGBA format.

Defined in

Last Updated: 08 January, 2020