3 lines
85 B
Text
3 lines
85 B
Text
img:=PPM.readPPMFile("lena.ppm");
|
|
toGrayScale(img);
|
|
img.write(File("foo.ppm","wb"));
|