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

2013-04-10 16:19:29 -07:00
(setq *Ppm (ppmRead '("convert" "img.jpg" "ppm:-")))