https://github.com/kosinix/grafika/blob/211f61fc334b8b36616b23e8af7c5727971d96ee/src/Grafika/Imagick/Editor.php#L381 根据php文档 https://www.php.net/manual/en/imagick.setimageopacity.php > This function has been DEPRECATED as of Imagick 3.4.4. Relying on this function is highly discouraged. 需要更改为 setImageAlpha()
grafika/src/Grafika/Imagick/Editor.php
Line 381 in 211f61f
根据php文档 https://www.php.net/manual/en/imagick.setimageopacity.php
需要更改为 setImageAlpha()