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

Content added Content deleted
Line 308: Line 308:
bitmap:savePPM("Lenna100.ppm") -- just as "proof"</lang>
bitmap:savePPM("Lenna100.ppm") -- just as "proof"</lang>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Based off the Julia program.
Based off the Julia program.
<lang Mathematica>Export["data/bitmapOutputTest.ppm",Import["data/bitmapOutputTest.jpg"]];</lang>
<lang Mathematica>Export["data/bitmapOutputTest.ppm",Import["data/bitmapOutputTest.jpg"]];</lang>