
Kevin Mat - 2009-04-18 21:15:26 -
In reply to message 3 from SAV1111
Well, actually, the description of my class was modified from what I had originally put down and it was incorrect. My captcha class does not produce an image at all. It may look like an image but it doesn't produce an image. If I was going to do an image captcha, there are tons of those already. My captcha actually uses an html table and fills in the squares (table td cells) to produce characters, letters that may look like an image, but it is not. It's basically filling in a grid to draw a picture. If you look at my code, you will see. Download it, run the example, view the source. It's all done with table td cells and background color.