| CPAN Ratings Image-Resize reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of Image-Resize
Does exactly what I was looking for - extremely simple way to resize images using a high-quality resize algorithm that keeps the aspect ratio intact.
I'd like to note that the other review from Michael R. Davis is not helpful or accurate, because clearly he required a plugin that changed the canvas size. Image::Resize shouldn't be rated poorly for something it wasn't designed to do in the first place. It doesn't make coffee, either.
Mike W. - 2009-03-23T08:11:09
I needed all of my images to be 150x150 and not stretched just centered and white padded. So, this package did not work for me.
$image->resize(150, 150, 0); #Stretched
$image->resize(150, 150); #is not 150x150 but is either 150x??? or ???x150 keeping original ratio.
Michael R. Davis - 2008-11-12T10:27:44
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|