README 507 B

12345678910111213
  1. perl-GD (perl bindings for GD image library)
  2. GD.pm is a Perl interface to Thomas Boutell's gd graphics library.
  3. GD allows you to create color drawings using a large number of
  4. graphics primitives, and emit the drawings as PNG files.
  5. The package includes the bdf2gdfont.pl utility, which converts X11 BDF
  6. fonts to the format used by GD.
  7. perl-GD can optionally be built with support for FastCGI. To do
  8. this, first install libraries/fcgi, then run perl-GD.SlackBuild with
  9. FASTCGI=yes set in the environment.