**UPDATED**
++Now With Image Lib!!++
DrawPlus - http://pastebin.com/3CKz7MDy
Image library - http://pastebin.com/yxCUs4hw
Call this program with a filename, a width and a height eg: paintPlus myMasterpiece 100 50.
You can leave the numbers out if you are calling a previously saved picture eg: paintPlus myMasterpiece
The image library goes in your /lib folder and is used just like this:
local img = require "imglib" --or whatever you called it..
local data = img.load("/Images/yourImage")
img.draw(data, x, y) --x and y being where you want it.
All images loaded by the image