parent root
PHP: Imagick::setImageInterlaceScheme - Manual

Imagick::setImageInterlaceScheme

(PECL imagick 2.0.0)

Imagick::setImageInterlaceSchemeSets the image compression

Description

Imagick::setImageInterlaceScheme ( int $interlace_scheme ) : bool

Sets the image compression.

Parameters

interlace_scheme

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.

add a noteadd a note

User Contributed Notes 1 note

up
-1
WJS
4 years ago
This function doesn't appear to do anything. Use setInterlaceScheme instead.
To Top
parent root