Re: How to create an Captcha with TclMagick?
- From: Pete <el_supremoNN@xxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 15:33:59 GMT
Pete wrote:
I have a TCL script which demonstrates generation of a captcha.
Sorry, there's an error in the script. When I tested it, I already had my TclWand package loaded which adds the "new" subcommand. But "new" isn't valid in TclMagick.
Change these two lines:
$p color white
$m new 640 640 $p
To this:
$m size 640 480
$m read xc:white
Pete
(to reply: NN=01)
.
- References:
- How to create an Captcha with TclMagick?
- From: Einstein30000
- Re: How to create an Captcha with TclMagick?
- From: Pete
- How to create an Captcha with TclMagick?
- Prev by Date: Re: OT: load distribution algorithm
- Next by Date: Re: OT: load distribution algorithm
- Previous by thread: Re: How to create an Captcha with TclMagick?
- Next by thread: 8.5 docs: no "in" description
- Index(es):
Relevant Pages
|