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 $size
x$size
with margins.
Brian Cassidy <bricas@cpan.org>
Copyright 2003-2013 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.