(PECL imagick 2.0.0)
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.
Parameters:
compose
Sets the image composite operator, useful for specifying how to composite the image thumbnail when using the Imagick::montageImage() method.
Returns:
Returns TRUE
on success.
Exception:
Throws ImagickException on error.
Please login to continue.