It appears as though compose.pl depends on default var for PerlMagick that
may have changed.

# Place character
$image->Composite(image=>$chars, mask=>$mask, x=>$x, y=>$y);

Is not defaulting to compose=>'Modulate' under Redhat 9 using the following
versions of ImageMagick/PerlMagick:

ImageMagick-perl-5.4.7-10
ImageMagick-5.4.7-10
ImageMagick-devel-5.4.7-10


Forcing compose to Modulate gives me the correct graphics after making a
change to links.h and performing a make rebuild.

$image->Composite(compose=>'Modulate', image=>$chars, mask=>$mask, x=>$x,
y=>$y);

_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to