kosinix / grafika

An image processing library for PHP
https://kosinix.github.io/grafika
MIT License
876 stars 93 forks source link

src/Grafika/Imagick/Editor.php #12

Open birdol opened 7 years ago

birdol commented 7 years ago

when i do with blend

    $image->getCore()->setImageOpacity($opacity);

php got an error,Call to undefined function setImageOpacity???

PHP Version 7.1.8 imagick module version 3.4.3 Imagick compiled with ImageMagick version ImageMagick 7.0.1-8 Q16 x86_64 2017-07-10

momosc commented 6 years ago

bool Imagick::setImageOpacity ( float $opacity ) 解决了吗