放到linux上,访问产品页出现错误:
PHP Fatal Error – yii\base\ErrorException
Undefined class constant 'COLOR_OPACITY'
in /data/www/xxx.com/fecshop/vendor/imagine/imagine/lib/Imagine/Imagick/Imagine.php at line 80
71727374757677787980818283848586878889 {
$width = $size->getWidth();
$height = $size->getHeight();
$color = null !== $color ? $color : new Color('fff');
try {
$pixel = new \ImagickPixel((string) $color);
$pixel->setColorValue(
** \Imagick::COLOR_OPACITY,**
number_format(abs(round($color->getAlpha() / 100, 1)), 1)
);
$imagick = new \Imagick();
$imagick->newImage($width, $height, $pixel);
$imagick->setImageMatte(true);
$imagick->setImageBackgroundColor($pixel);
$pixel->clear();
确定安装好了Imagick扩展