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