Bitmap/PPM conversion through a pipe: Difference between revisions

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