Hello,
one of my clients want PECL Imagick extention for php5
After installation of imagick in phpinfo() imagick extention exists in the page, but if I try to use some if the functions i get this error for example:
Code:
Fatal error: Call to undefined method Imagick::setImageOpacity() in
how to fix it?
thanks