The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

METHODS

new( )

creates a new CGI::Application::PhotoGallery::Imager object.

load( $file )

Loads $file and returns an Imager object.

size( $file )

Returns the width and height of $file.

resize( $file, $size )

Resizes $file to $sizex$size with margins.

SEE ALSO

AUTHOR

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

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.