Imagick::setImageInterlaceScheme

(PECL imagick 2.0.0)

Imagick::setImageInterlaceSchemeSets the image compression

Opis

Imagick::setImageInterlaceScheme ( int $interlace_scheme ) : bool

Sets the image compression.

Parametry

interlace_scheme

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.

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