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

m (→‎{{header|Kotlin}}: Corrected error in comment.)
Line 285:
 
=={{header|Mathematica}}==
Based off the Julia program.
{{untested|Mathematica}}
<lang Mathematica>Export["outdata/bitmapOutputTest.bmpppm", ImportStringImport[InputString[], "PPMdata/bitmapOutputTest.jpg"]];</lang>
 
=={{header|OCaml}}==
Anonymous user