Gmagick::setimageiterations

(PECL gmagick >= Unknown)

Gmagick::setimageiterationsSets the image iterations

说明

publicGmagick::setimageiterations(int$iterations): Gmagick

Sets the image iterations.

参数

iterations

The image delay in 1/100th of a second.

返回值

The Gmagick object.

错误/异常

错误时抛出 GmagickException

To Top