paintutils.loadImage
From ComputerCraft Wiki
Function paintutils.loadImage | |
Loads an image (images created with the paint program) | |
Syntax | paintutils.loadImage(string path) |
Returns | boolean true on success, otherwise false |
Part of | ComputerCraft |
API | paintutils |