Version 1, last updated by fsavard at February 11, 2010 01:20 UTC
Engins pour générer des CAPTCHAs
Classés par langages. Porter une attention à comment les transformations sont faites: sur les glyphes (vectoriel) ou sur le bitmap (comme nous on compte faire).
- Python
-
python-captchaimage
- "Glyphs are loaded as bezier curves using Freetype, rotated and scaled randomly, and then distorted by adding Perlin noise to each point of the curve before rendering into a bitmap"
- Donc difficile de réutiliser.
- ""python-captchaimage generates about 950 images a second on a 1800 MHz Intel Celeron"
- Code de génération en C.
- "Glyphs are loaded as bezier curves using Freetype, rotated and scaled randomly, and then distorted by adding Perlin noise to each point of the curve before rendering into a bitmap"
-
python-captchaimage
- PHP
-
Securimage Captcha
- Code dans "securimage.php", et les transformations semblent opérer sur l'image en bitmap, pas sur la représentation vectorielle des glyphes.
-
Securimage Captcha
- Java