|
Posted by Ron Savage on April 13, 2007, 7:42 pm
Please log in for more thread options
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.
|