Here is the basic code of my script
use Image::Magick;
my $image;
$image = Image::Magick->new;
my $y = $image->ReadImage('babytux.png');
print $y . "\n";
my $x = $image->Resize(width=>'300',height=>'200');
print $x . "\n";
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ron Savage
Sent: Thursday, 8 June 2006 11:20 a.m.
To: List - ImageMagick Users
Subject: Re: [magick-users] Exception 420:
NoDecodeDelegateForThisImageFormat
On Thu, 8 Jun 2006 10:25:39 +1200, Patrick Tissot wrote:
Hi Patrick
> Indeed after new installation, when I enter 'indentify -list
[snip]
> And the PNG, TIFF are now supported by ImageMagick. And when I do a
> convert in command line on a PNG image, it works.
Good.
> But when I call the PerlMagick lib in order to perform the same
> operation it does not want to take the PNG format into account.
Bad.
> I still have the error:
> Exception 420: NoDecodeDelegateForThisImageFormat
> `/opt/jisteam/integration/retailers/digitalshop/in/images/complete/bab
> ytux.p ng' at Image.pl line 244.
> Can't locate object method "Resize" via package "Exception 410:
> NoImagesDefined `Image::Magick'" (perhaps you forgot to load
> "Exception 410: NoImagesDefined `Image::Magick'"?) at Image.pl line
> 256.
Please publish the source of this demo.
> Last information: Image Magick has been updated to 6.2.8 (source
> for Solaris)
And, can you prove the previous version was uninstalled perfectly?
--
Cheers
Ron Savage, [EMAIL PROTECTED] on 8/06/2006
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users