![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: tcl code to read an image and write tcl code?
From: Bryan Oakley <oakley@bardo.clearlight.com>
Date: Tue Feb 28 2006 - 04:28:27 CET
Eric Taylor wrote:
Something like this ought to be pretty close (untested, but I think it's
package require base64
set file [lindex $argv 0]
set b64data [base64::encode $rawdata]
|