GD::Convert Module

GD::Convert is a pure perl module which provides additional output
functions for the GD module: ppm and xpm. These formats are useful if
you need to dynamically create photos for Tk. Standard Perl/Tk does
not accept any of GD's output formats: png only via the additional
Tk::PNG module and jpeg only via the additional Tk::JPEG module. So if
you cannot compile on your system, this module is for you.

To install, type

	$ perl Makefile.PL
	$ make
	$ make install
	$ make test

For Windows NT and ActiveState Perl, replace "make" with "nmake".
Otherwise, just copy Convert.pm to C:\Perl\site\lib\GD (create this
directory if not existing).

Some tests are interactive if Tk is installed and the environment
variable PERL_TEST_INTERACTIVE is set.

Send bug reports, comments and suggestions to slaven@rezic.de

