CGI::Application::PhotoGallery::GD - GD-based graphics adaptor
use CGI::Application::PhotoGallery::GD;
my $lib = CGI::Application::PhotoGallery::GD->new;
my $pngdata = $lib->resize( $file, 100 );
creates a new CGI::Application::PhotoGallery::GD object.
Resizes $file to $sizex$size with transparent margins.
Loads $file and returns a the GD::Image manpage.
Returns the width and height of $file.
Brian Cassidy <bricas@cpan.org>
Copyright 2005 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.