Share

ImageProcessing

[Desktop Automation]

The Lua image processing class loads an image file from a source.

To use the class create an object with myip = system:createimageprocessing().

Properties

None.

Back to top

Methods

Name Syntax Description
frombase64png Image = myip:frombase64png(base64image:String) Reads from a Base64 encoding of a PNG file
loadimage Image = myip:loadimage(filename:String) Loads image data from specified file and returns an Image object. Supported file types are JPG or JPEG, PNG, and BMP.

Back to top

Was this information helpful?