Home > PHP > Function > > Imagick::setImageCompose()

Imagick::setImageCompose()

Imagick::setImageCompose - Sets the image composite operator

Syntax

bool Imagick::setImageCompose (int $compose)

Arguments

  • compose

Description

Sets the image composite operator, useful for specifying how to composite the image thumbnail when using the Imagick::montageImage() method.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.