Gmagick::setimageinterlacescheme
Sets the interlace scheme of the image
Description
public Gmagick Gmagick::setimageinterlacescheme(int $interlace)
Parameters
-
interlace
-
One of the Interlace constant
(Gmagick::INTERLACE_*).
Return Values
The Gmagick object.
Errors/Exceptions
Throws an
GmagickException on error.