ImageMagick is good, but it's huge, and a little overcomplicated.

Imager is smaller and simpler.

<http://imager.perl.org/>
<http://search.cpan.org/~addi/Imager-0.43/Imager.pm> <http://www.develop-help.com/imager/>


If you're just starting out with image manipulation in Perl, you might find Imager less frustrating at first.

Also GD is on most systems already:

 http://search.cpan.org/~dmuey/GD-Image-Thumbnail-0.01/Thumbnail.pm

my $thm = $img->thumb(96);

pretty slick :)


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to