NAME
Image::Imager::Thumbnail - Produces thumbnail images with Imager
SYNOPSIS
my
$tb
= new Image::Imager::Thumbnail (
file_src
=>
$src
,
file_dst
=>
$dst
,
width
=>
$w
,
height
=>
$h
);
$tb
->save;
__END__
DESCRIPTION
This module uses the Imager library to create a thumbnail image with no side bigger than you specify.
PREREQUISITES
Imager