MagickSetImageOpacity is an undefined function
Posted: 2008-02-05T12:57:16-07:00
I'm using MagickWand 1.0.6 as a php extension on FreeBSD with a PHP version of 5.2.4. My ImageMagic version is 6.3.6
As stated in the topic MagickSetImageOpacity is undefined in my context. Any other MW functions I've tried work as expected. If this function does indeed exist, what is the proper way to call it?
If not, how can I accomplish a simple 'layer opacity' composition between two images. I have two images to compose on top of each other. The bottom layer will always be opaque and the top layer may or may not have an existing alpha mask.
Thank you,
Dave
As stated in the topic MagickSetImageOpacity is undefined in my context. Any other MW functions I've tried work as expected. If this function does indeed exist, what is the proper way to call it?
If not, how can I accomplish a simple 'layer opacity' composition between two images. I have two images to compose on top of each other. The bottom layer will always be opaque and the top layer may or may not have an existing alpha mask.
Thank you,
Dave