Bitmap/Read a PPM file: Difference between revisions

Line 257:
=={{header|Common Lisp}}==
 
The function read-ppm-image reads either a P6 or P3 file depending on the file contents. The package description assumes that you have the [[Basic bitmap storage#Common Lisp]] package.
 
<lang lisp>
Anonymous user