opacity problem with transparent png image
Posted: 2007-12-05T17:22:46-07:00
Hello,
I use the command below for set image opacity on the transparent png image.
If I set opacity on this image, then the image has colour where was transparency in original image.
Thank you for help.
Vitty
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);
Thank you for help.
Vitty