Need Help With ImageMagik Composite.
am 13.04.2007 18:43:10 von ion
Hello guys.
I have a line of code that seems to have stopped working after we did
an OS upgrade:
$plate->Composite(image=>$numbers, compose=>'over',x=>3, y=>10);
The "x=>3, y=>10" which positions the image in the Composite seems to
be the part of the line that is no longer working.
Any ideas how to fix this? I do need to position the image at 3,10.
Thanks
Ion
Re: Need Help With ImageMagik Composite.
am 14.04.2007 01:42:58 von Ron Savage
ion@copsplus.com wrote:
Hi Ion
> I have a line of code that seems to have stopped working after we did
> an OS upgrade:
> $plate->Composite(image=>$numbers, compose=>'over',x=>3, y=>10);
> The "x=>3, y=>10" which positions the image in the Composite seems to
> be the part of the line that is no longer working.
You don't say if the version of Image::Magick has changed or not.
Anyway, I don't believe this line would stop working. I'm sure what you
are seeing is a symptom of something else /somewhere else/ failing.