Gmagick::setimagedispose

(PECL gmagick >= Unknown)

Gmagick::setimagedisposeSets the image disposal method

Description

publicGmagick::setimagedispose(int$disposeType): Gmagick

Sets the image disposal method.

Parameters

disposeType

The image disposal type.

Return Values

The Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

To Top