Bitmap/Read a PPM file: Difference between revisions

m
→‎{{header|zkl}}: Forgot to fix another file link
m (→‎{{header|FBSL}}: File was a duplicate)
m (→‎{{header|zkl}}: Forgot to fix another file link)
Line 1,654:
 
I used a slightly different image from what is shown, but the results are the same.
[[File:FBSLGrayscalePPMFBSLLena.PNGpng|right]]
<lang zkl>//24-bpp P6 PPM solution:
image:=File("lena.ppm","rb").read();