Bitmap/PPM conversion through a pipe: Difference between revisions

m
Line 407:
end ;
</lang>
output, after compilation to 'demo'
shell$ demo
shell$ file /tmp/out.jpeg
/tmp/out.jpeg: JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 3x2, frames 3
 
=={{header|Tcl}}==
Anonymous user