downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Gmagick::setimageiterations> <Gmagick::setimageindex
[edit] Last updated: Fri, 24 Jun 2011

view this page in

Gmagick::setimageinterlacescheme

(PECL gmagick >= Unknown)

Gmagick::setimageinterlaceschemeتعیین شمای در هم آمیختن تصویر

Description

public void Gmagick::setimageinterlacescheme ( int $interlace )

تعیین شمای در هم آمیختن تصویر.

Parameters

interlace

شمای درهم‌آمیختن تصویر: NoInterlace، LineInterlace، PlaneInterlace، PartitionInterlace.

Return Values

شی Gmagick در صورت موفقیت

Errors/Exceptions

Throws an GmagickException on error.



add a note add a note User Contributed Notes Gmagick::setimageinterlacescheme - [1 notes]
up
0
Isius
5 months ago
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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites