-
-
09 Oct 2007 21:41:33 UTC
- Distribution: Image-Imager-Thumbnail
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (495 / 124 / 1)
- Kwalitee
Bus factor: 1- 41.76% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (16.88KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Imager
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Image::Imager::Thumbnail - Produces thumbnail images with Imager
SYNOPSIS
use Image::Imager::Thumbnail; 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
Module Install Instructions
To install Image::Imager::Thumbnail, copy and paste the appropriate command in to your terminal.
cpanm Image::Imager::Thumbnail
perl -MCPAN -e shell install Image::Imager::Thumbnail
For more information on module installation, please visit the detailed CPAN module installation guide.