PHP 8.3.4 Released!

Imagick::setImageInterlaceScheme

(PECL imagick 2, PECL imagick 3)

Imagick::setImageInterlaceSchemeSets the image compression

Description

public 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 note

User Contributed Notes 1 note

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