Imagick::setImageInterlaceScheme

(PECL imagick 2, PECL imagick 3)

Imagick::setImageInterlaceSchemeSets the image compression

Descrizione

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

Sets the image compression.

Elenco dei parametri

interlace_scheme

Valori restituiti

Restituisce true in caso di successo.

Errori/Eccezioni

Lancia una ImagickException in caso di errore.

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