Apache2-Imager-Resize
view release on metacpan or search on metacpan
lib/Apache2/Imager/Resize.pm view on Meta::CPAN
use strict;
use File::Basename ();
use File::Path ();
use Apache2::Const qw(:common);
use Apache2::RequestUtil;
use Apache2::Request;
use APR::Finfo;
use APR::Const qw(:finfo);
use Imager;
use Data::Dumper;
use vars qw($VERSION);
$VERSION = '0.16';
=head1 NAME
Apache2::Imager::Resize - Fixup handler that resizes and crops images on the fly, caching the results, and doesn't require ImageMagick.
=head1 SYNOPSIS
( run in 0.471 second using v1.01-cache-2.11-cpan-4d50c553e7e )