in reply to Re: (tye)Re: can't find macro in Image::Magick
in thread can't find macro in Image::Magick
Note that this error message probably means that AUTOLOAD is being invoked. So one thought I had was that Shave() isn't available in your version of PerlMagick (but you imply that $image->Shave(width=>218) works). I don't understand why it is saying "main::Shave", though...
After downloading PerlMagick, I see that the "main::" part is just due to some strange code in PerlMagick's AUTOLOAD which I think just needs to be removed. But that has no bearing on your problem.
So I'm even more convinced that somehow your version of PerlMagick doesn't have a Shave() method and that $image->Shave(width=>218) will not work.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re2: can't find macro in Image::Magick
by Peamasii (Sexton) on Nov 22, 2001 at 00:56 UTC |