©
This document uses PHP Chinese website manual Release
(PECL gmagick >= Unknown)
Gmagick::setimageinterlacescheme — Sets the interlace scheme of the image.
$interlace
)Sets the interlace scheme of the image.
interlace
The image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace.
The Gmagick object on success
错误时抛出 GmagickException。
[#1] Isius [2013-01-03 03:24:33]
Just in case you're having trouble finding the constants for this like I was. They are as-of-yet unlisted on the predefined constants page.
INTERLACE_UNDEFINED, UndefinedInterlace
INTERLACE_NO, NoInterlace
INTERLACE_LINE, LineInterlace
INTERLACE_PLANE, PlaneInterlace
INTERLACE_PARTITION, PartitionInterlace