overlay imagemagick version 6.5.4-7

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
user1234
Posts: 1
Joined: 2015-02-25T16:01:12-07:00
Authentication code: 6789

overlay imagemagick version 6.5.4-7

Post by user1234 »

Does anyone see why this doesn't work for version 6.5.4-7

my $eventimage = Image::Magick->new;
$rc=$eventimage->Read(filename => "$destination");
warn $rc if $rc;
$eventimage->Resize(geometry=> $geom,
filter=> 'catrom',
blur=> 0.9
);
$rc=$image3->Composite(image => $eventimage, qw(compose SrcAtop gravity east y 120 x 200 'Dissolve',opacity=>655.35*$opacity_fake));

ERROR:

[Wed Feb 25 17:41:47 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:48 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:49 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:50 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:51 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:52 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:53 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:54 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:55 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:56 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:58 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
[Wed Feb 25 17:41:59 2015] photo.pl: Exception 430: unable to open file `logo.png' @ png.c/ReadPNGImage/2889 at photo.pl line 76.
Post Reply