PHP 7.0.6 Released

Gmagick::setimageiterations

(PECL gmagick >= Unknown)

Gmagick::setimageiterationsSets the image iterations.

Description

public Gmagick Gmagick::setimageiterations ( int $iterations )

Sets the image iterations.

Parameters

iterations

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

Return Values

The Gmagick object on success.

Errors/Exceptions

Throws an GmagickException on error.

User Contributed Notes

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