Page 1 of 1

opacity problem with transparent png image

Posted: 2007-12-05T17:22:46-07:00
by vitty
Hello,

I use the command below for set image opacity on the transparent png image.

Code: Select all

$image = new Imagick('example.png');
$image->setImageOpacity(0.7);
If I set opacity on this image, then the image has colour where was transparency in original image.

Thank you for help.

Vitty

Re: opacity problem with transparent png image

Posted: 2007-12-10T08:29:40-07:00
by mkoppanen
Are you using windows static build by any chance?