Imagick::setImageInterlaceScheme

(PECL imagick 2, PECL imagick 3)

Imagick::setImageInterlaceSchemeSets the image compression

Descrierea

public Imagick::setImageInterlaceScheme ( int $interlace_scheme ) : bool

Sets the image compression.

Parametri

interlace_scheme

Valorile întoarse

Întoarce true în caz de succes.

Erori/Excepții

Emite ImagickException în caz de eroare.

add a note 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