Codebase list libgd-securityimage-perl / upstream/1.66
upstream/1.66

Tree @upstream/1.66 (Download .tar.gz)

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

Alternatively, you can use the Build.PL

   perl Build.PL
   perl Build
   perl Build test
   perl Build 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 <http://www.thibault.org/fonts/staypuft/> 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-2008 Burak Gürsoy <burak@cpan.org>. All rights reserved.

This library is free software; you can redistribute it and/or modify 
it under the same terms as Perl itself, either Perl version 5.8.8 or, 
at your option, any later version of Perl 5 you may have available.