Re: How to create an Captcha with TclMagick?



Einstein30000 wrote:

Could someone help me please?

In order to draw on a wand it must already have an image.
After you create wnd, do this:
$wnd size 400 200
$wnd read xc:none

This will create an initial 400x200 image as a transparent background. You can use, for example, xc:white to have an opaque white background or any other colour you choose.

I posted a slight fix to my captcha script. Apply that fix and try the script.

Pete
(To reply: NN=01)
.