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

Added Mathematica
(→‎{{header|Tcl}}: added zkl)
(Added Mathematica)
Line 145:
}
}</lang>
 
=={{header|Mathematica}}==
{{untested|Mathematica}}
<lang Mathematica>Export["out.bmp", ImportString[InputString[], "PPM"]];</lang>
 
=={{header|OCaml}}==