The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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