Create a new image canva with the specified dimensions. Image canvas can be used for many uses, drawing, image working and a lot of other uses. A programmable robot can use up to 64 images at the same time.
ImageNum : The number of the image. You can use a number from 0 to 63 (included).
Width : Size of the image to create in the horizontal way.
Height : Size of the image to create in the vertical way.
A boolean value depending on the success of the operation. True means the image was created successfully, false that the image failled to be created.
To do.
// Listing #1: Todo.
To do
Image_Exists(), Image_Load()