Imagick::setImageMatte
(PECL imagick 2, PECL imagick 3)
Imagick::setImageMatte — Sets the image matte channel
Описание
public Imagick::setImageMatte
( bool
$matte
) : boolSets the image matte channel. Этот метод доступен, если Imagick был скомпилирован с версией ImageMagick 6.2.9 или старше.
Список параметров
-
matte
-
True activates the matte channel and false disables it.
Возвращаемые значения
В случае успешной работы возвращает true
.