Predefined templates
Cage comes with a few preconfigured captchas for convenient usage.
"G" Template
This template is modeled after Google's captcha and is represented with the com.github.cage.GCage class.
Features of this captcha:
- English lower cased alphabet in tokens with a few exception rule
- 200x70 sized images, text fills image
- white background, random foreground, random font
- effects in use: symbol crowding, rotation, ripple (waving), blurring
- generated image (jpg) size between 2 and 3 KB
"Y" Template
This template is modeled after Yahoo's captcha and is represented with the com.github.cage.YCage class.
Features of this captcha:
- English lower and upper cased alphabet plus Arabic numerals in tokens with a few exception rule
- 290x80 sized images, text fills about half of the image
- white background, black foreground, random font
- effects in use: symbol crowding, outline shadow, ripple (waving), blurring
- generated image (jpg) size between 2 and 2.5 KB