RosettaCodeData/Task/Bitmap-Read-an-image-through-a-pipe/PicoLisp/bitmap-read-an-image-through-a-pipe.l

2 lines
53 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(setq *Ppm (ppmRead '("convert" "img.jpg" "ppm:-")))