Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16244 программиста и 1783 робота. Сейчас ищут 1192 программиста ...
Imagick::setImageCompose - Sets the image composite operator
Вернуться к: Imagick
Imagick::setImageCompose
(PECL imagick 2.0.0)
Imagick::setImageCompose — Sets the image composite operator
Описание
bool Imagick::setImageCompose
( int
$compose
)Sets the image composite operator, useful for specifying how to composite the image thumbnail when using the Imagick::montageImage() method.
Список параметров
-
compose
-
Возвращаемые значения
В случае успешной работы возвращает TRUE
.
Ошибки
Вызывает ImagickException при ошибке.
Вернуться к: Imagick