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.
Methods
Name | Syntax | Description |
---|---|---|
![]() |
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. |