
Description
public class JOTSTDCaptchaGenerator
My own captcha impl, called "drunk" because of the way the letters look (wavy)
Generate 200x60 captcha containing 5 characters
characters used are listed in CHARS (others can be confusing)
Background of image is white
Characters use Random colors
We add some random lines of the same color as the characters to the background(1 pixel thick)
Characters "size" varies a bit between (scale: 3 to 5)
Characters lines thickness vary from 3 to 5
Characters are drown using "wavy" lines (wavyness: 1 to 4)
Wavy lines will also have holes in them (sometimes)
See also: