Imagick::setImageDispose

(PECL imagick 2, PECL imagick 3)

Imagick::setImageDisposeSets the image disposal method

Description

publicImagick::setImageDispose(int$dispose): bool

Sets the image disposal method.

Parameters

dispose

Return Values

Returns true on success.

Errors/Exceptions

Throws ImagickException on error.

To Top