Currently, the Image type only has a getPixel() method but no corresponding putPixel(). My guess is because the image is read-only. It would greatly help me if there was PutPixel method too: putPixel(x as Int,y as Int,color as Int)