Re: image manipulation (scaling)

2005-03-23 Thread Todd W
Ingo Weiss [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I need have my CGI scale images on the server, and I was wondering whether there is a standard perl module that can do that (and possibly other image manipulation tasks). I am looking for one that: - is easy to

RE: image manipulation (scaling)

2004-09-17 Thread Hanson, Rob
The best module that I know of for scaling is Image::Magick. I didn't find the docs very easy to navigate, but it does a very good job. [Very light documentation] http://search.cpan.org/~jcristy/PerlMagick-6.02/Magick.pm [Additional docs] http://www.imagemagick.org/www/perl.html The code you

Re: image manipulation (scaling)

2004-09-17 Thread Chris Devers
On Fri, 17 Sep 2004, Ingo Weiss wrote: I need have my CGI scale images on the server, and I was wondering whether there is a standard perl module that can do that (and possibly other image manipulation tasks). Have you looked at the Imagemagick suite, or Image::Magick, the Perl interface