"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 un
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
interfa
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 wa