tima_gt 1 Posted October 25, 2014 Share Posted October 25, 2014 About library:This library helps you to out ComputerCraft image in diamond computer.How to use: Install: Pastebin get xUyZWrab paintutils how to connect: dofile("/path/to/paintutils/paintutils") paintutils.loadImage("/path/to/computercraft/image/file/imagefile", X : integer, Y : integer, Color) Example: dofile("./paintutils") paintutils.loadImage("./test", 1, 1, 0x000000) Output of example: Quote Link to post Share on other sites
rougeminner 0 Posted June 14, 2015 Share Posted June 14, 2015 This I REALLY like, Do i have to use dofile or can i use require? Quote Link to post Share on other sites
tima_gt 1 Posted September 24, 2015 Author Share Posted September 24, 2015 This I REALLY like, Do i have to use dofile or can i use require? Only dofile. require is getting the libraries from /lib. Quote Link to post Share on other sites