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 be disregarded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1159088

Title:
  Can't locate Graphics/Magick.pm in @INC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphicsmagick/+bug/1159088/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to