Image::Imager::Thumbnail - Produces thumbnail images with Imager


Image-Imager-Thumbnail documentation  | view source Contained in the Image-Imager-Thumbnail distribution.

Index


NAME

Top

Image::Imager::Thumbnail - Produces thumbnail images with Imager

SYNOPSIS

Top

	use Image::Imager::Thumbnail;
	my $tb = new	Image::Imager::Thumbnail (
		file_src  => $src,
		file_dst  => $dst,
		width     => $w,
		height    => $h
	);
	$tb->save;

	


	__END__

DESCRIPTION

Top

This module uses the Imager library to create a thumbnail image with no side bigger than you specify.

PREREQUISITES

Top

	Imager


Image-Imager-Thumbnail documentation  | view source Contained in the Image-Imager-Thumbnail distribution.