(PECL gmagick >= Unknown)
Sets the interlace scheme of the image.
public Gmagick Gmagick::setimageinterlacescheme ( int $interlace )
Sets the interlace scheme of the image.
Parameters:
interlace
The image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace.
Returns:
The Gmagick object on success
Exception:
Throws an GmagickException on error.
Please login to continue.