Closed samdark closed 5 years ago
Fyi:
i) there were other methods that were deprecated also: https://pecl.php.net/package-changelog.php?package=imagick
ii) It is planned that this is the last version (other than security fixes) of Imagick that will support ImageMagick 6. Yeah I'm aware that this is going to be mildly annoying for some users.
Issue description
\Imagick::setImageOpacity()
was deprecated in PECL extension version 3.4.4 and\Imagick::setImageAlpha()
is not there before ImageMagick 7. In this case it fails with "Function Imagick::setimageopacity() is deprecated":What version of Imagine are you using?
1.2.1-dev
What's the PHP version you are using?
Any.
What's the imaging library you are using [gd/imagick/gmagick/any]?
What's the imaging library configuration
Does not matter.
Minimal PHP code to reproduce the error: