CakeFest 2024: The Official CakePHP Conference

Gmagick::setimagecompose

(PECL gmagick >= Unknown)

Gmagick::setimagecomposeSets the image composite operator

说明

public Gmagick::setimagecompose(int $composite): Gmagick

Sets the image composite operator.

参数

composite

The image composite operator.

返回值

The Gmagick object on success

错误/异常

错误时抛出 GmagickException

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top