|
3 years ago | |
---|---|---|
examples | 3 years ago | |
patterns | 3 years ago | |
src | 3 years ago | |
test | 3 years ago | |
ttf | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile.am | 3 years ago | |
README.md | 3 years ago | |
bootstrap | 3 years ago | |
configure.ac | 3 years ago |
Highly customizable
captcha
making library.
C
It is as simple as
./configure
make
make install
Check out examples
Get familiar with general concept. example1.c
How to make a random sized glyphs. example2.c
Apply random positions for glyphs. example3.c
Get familiar with patterns made from png images. example4.c
Patterns, patterns everywhere. example5.c
Some crazy stuff. example6.c
Don't forget to use lc_free()
to free all the stuff libcaptcha
returns to
you.
I've noticed that it is very easy to get lost sometimes, just use valgrind
.
GPLv2