Bitmap/Write a PPM file: Difference between revisions

(Changed File to Stream which allows to use the module to write in a pipe.)
Line 1,339:
 
when isMainModule:
var image = initImagenewImage(100, 50)
image.fill(color(255, 0, 0))
for row in 10..20:
Anonymous user