On Thu, 8 Jun 2006 11:41:06 +1200, Patrick Tissot wrote:

Hi Patrick

> However when I use resize instead of Resize I have the following
> error: Can't locate auto/Image/Magick/resize.al in @INC

Sigh.

Perl is a case-sensitive language. The /real/ Resize starts with /R/ not /r/.

So this isn't the real error msg. Perhaps you used 'resize' in a program, which
must fail, or Image::Magick is not installed properly.

> However it is not the pb. The error on the Resize is because the
> image is not correctly read (exception 4200 because the PNG format
> is not taken into account.

Right. So if the image is not read in properly, the program should die
immediately.

> Question: as I told you ImageMagick in command line works with PNG
> images but when I want to process PNG images with PerlMagick lib it
> fails. Is it a pb the release of PerlMagick ?

No, it's a problem with your installation.

> I thought PerlMagick was just calling ImageMagick functions through
> an API ?

Right, but not relevant I'd say.
--
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html


_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to