Gmagick::setimageinterlacescheme

(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.

doc_php
2016-02-24 16:00:22
Comments
Leave a Comment

Please login to continue.