ImageWriteToBrowser()

Writes image to browser as an inline base64 data url in an image tag

Requires Extension: Image extension

ImageWriteToBrowser( image=any );

Returns: void

Argument Description
image
any, required

The image on which this operation is performed.

Alias: name

Examples

imageWriteToBrowser(imageCaptcha( "abcdec", 100, 300, "medium"));

See also