GD::SecurityImage
=================
The (so called) "Security Images" are so popular. Most internet
software use these in their registration screens to block robot programs
(which may register tons of fake member accounts). This module gives
you a basic interface to create such an image.
Read the module's POD for documentation and examples.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
or under Windows:
perl Makefile.PL
nmake
nmake test
nmake install
DEPENDENCIES
This module requires this other module:
GD
Which is available on CPAN.
The sample TTF Font "StayPuft.ttf" is taken from John Stracke' s site
at and only used by the
tests. You can use another True Type in your code.
"StayPuft.ttf" is Copyright (c) 2003 by John Stracke
COPYRIGHT AND LICENCE
Copyright (c) 2004-2005 Burak Gürsoy . All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.