image from data <mData>
Creates a new image.
An expression which evaluates to binary data
// Load image from a block of data variable tData put the contents of file "images/logo.png" into tData variable tImage put image from data tData into tImage
A new image decoded from the data provided.