I found the problem.
The line:
my $webImage = $image->Composite(image=>$logo, gravity=>'NorthWest');
has a syntax error.
When the line is changed to the following:
my $webImage ->Composite(image=>$logo, gravity=>'NorthWest');
It worked.
So this is not a bug with Graphics Magick and should b
For clarification, the GraphicsMagick package installation appeared to be
successful.
The first indication of a problem was when I checked the test script.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bu