Menu

#61 ASCII to XBM conversion script

open
5
2002-02-13
2002-02-13
Eric Melski
No

Attached is the Tcl source to convert ASCII art
diagrams like:
<pre>
@@@@@
.@@@.
..@..
</pre>

into XBM format suitable for passing into [image create
bitmap -data ...]. This script is prompted by TIP 71
and is submitted as an
alternative to the suggestion of simply adding more
hardcoded
bitmaps into Tk.

Eric Melski

Discussion

  • Eric Melski

    Eric Melski - 2002-02-13

    Implementation of ::tk::ASCIItoXBM function

     
  • Eric Melski

    Eric Melski - 2002-02-13

    Sample usage of ASCIItoXBM providing the several bitmaps proposed in TIP 71