Bitmap/Read an image through a pipe: Difference between revisions

m
Line 308:
bitmap:savePPM("Lenna100.ppm") -- just as "proof"</lang>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Based off the Julia program.
<lang Mathematica>Export["data/bitmapOutputTest.ppm",Import["data/bitmapOutputTest.jpg"]];</lang>
1,111

edits