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

m
→‎{{header|Kotlin}}: Corrected error in comment.
(Added Kotlin)
m (→‎{{header|Kotlin}}: Corrected error in comment.)
Line 203:
 
fun main(args: Array<String>) {
// use file, output_piped.ppmjpg, created in the
// Bitmap/PPM conversion through a pipe task
val pb = ProcessBuilder("convert", "output_piped.jpg", "ppm:-")
9,482

edits