parent root
PHP: Gmagick::setimagedispose - Manual

Gmagick::setimagedispose

(PECL gmagick >= Unknown)

Gmagick::setimagedisposeSets the image disposal method

Description

public Gmagick::setimagedispose ( int $disposeType ) : Gmagick

Sets the image disposal method.

Parameters

disposeType

The image disposal type.

Return Values

The Gmagick object on success

Errors/Exceptions

Throws an GmagickException on error.

add a noteadd a note

User Contributed Notes

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