Bitmap/PPM conversion through a pipe: Difference between revisions

m
m (omit TI-BASIC)
Line 78:
close $f
}</lang>
However, it is more normal to do this directly with the {{libheader|TkImg}} which is bundled with many Tcl distributions.
<lang tcl>package require Tk
package require img::jpeg