You'll need to have the ImageMagick libraries installed on your system, as Image::Magick is just an api for them (almost certainly why your installs of Image::Magick are breaking). I just installed this yesterday and am super impressed. Very easy to use and faster than I thought. Only odd thing is that my Resize function can't be found...hmmm. I've had to use Scale instead.
Matt --- "Hanson, Robert" <[EMAIL PROTECTED]> wrote: > Check out the Image Magick page, it might help fix your problem. If you are > using ActivePerl you should get the entire package from ActiveState using > ppm, on Unix you need to install Image Magick then Perl Magick. Anyway, > here is the URL... > > http://www.simplesystems.org/ImageMagick/www/perl.html > > As for GD, yes you can use it, I don't have an example though but it should > be really simple. The only problem is that GD has not supported .gif images > for a few years due to copyright problems. > > Rob > > > -----Original Message----- > From: Eric [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 3:46 PM > To: Hanson, Robert > Cc: [EMAIL PROTECTED] > Subject: RE: How to resize images with perl > > > Awesome! is there anyway to do this using GD also? image magick wont seem > to install from CPAN - keeps returning bad make status. > > Thanks again, > > ~Eric > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
