Gmagick::setimageinterlacescheme

(PECL gmagick >= Unknown)

Gmagick::setimageinterlaceschemeSets the interlace scheme of the image

Description

publicGmagick::setimageinterlacescheme(int$interlace): Gmagick

Sets the interlace scheme of the image.

Parameters

interlace

One of the Interlace constant (Gmagick::INTERLACE_*).

Return Values

The Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

To Top