|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: Suggestion - Image processing..by tonyc (Pilgrim) |
| on Nov 30, 2006 at 23:38 UTC ( #587081=note: print w/ replies, xml ) | Need Help?? |
|
If you're worried about the performance of scaling in Imager you might want to upgrade to the most recent version and use the 'mixing' scaling method. This is significantly faster than the default. eg. my $scaled = $src->scale(qtype => 'mixing', xpixels => 100, ypixels => 100, type => 'min');
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||