Imagick::setImageInterlaceScheme

(PECL imagick 2, PECL imagick 3)

Imagick::setImageInterlaceSchemeSets the image compression

Beschreibung

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

Sets the image compression.

Parameter-Liste

interlace_scheme

Rückgabewerte

Liefert true bei Erfolg.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.

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