From: David S. <ds...@my...> - 2002-10-26 05:08:06
|
I did some google searches and came up with some interesting tidbits. I'm curious what versions of ImageMagick/PerlMagick you all are running, I have 5.4.9. http://www.ecos.de/~mailarc/embperl/2002-09/msg00059.html Re: Apache::ImageMagick and Exception 410: Invalid attribute (text) I seems that more people haveing this problem, but I didn't came around and find some free time so far to install a new version of ImageMagick and see what is going wrong here. Sorry Gerald http://studio.imagemagick.org/pipermail/magick-users/2002-July/003469.ht ml Your script has failed _before_ this point. If you are doing: $result = $image -> Raise(geometry => '7x7'); say, there is no valid image in $image by this time. Add error checking and reporting to all previous steps. If even this shows nothing, it's because you've omitted some mandatory step. Eg: After calling new() you did not call something like Read('xc:white') to initialize the image. |