
CGI::Application::PhotoGallery::Imager - Imager-based graphics adaptor

use CGI::Application::PhotoGallery::Imager;
my $lib = CGI::Application::PhotoGallery::Image->new;
my $pngdata = $lib->resize( $file, 100 );

creates a new CGI::Application::PhotoGallery::Imager object.
Loads $file and returns an Imager object.
Returns the width and height of $file.
Resizes $file to $sizex$size with margins.


Brian Cassidy <bricas@cpan.org>

Copyright 2008 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.