Imagick::setImageInterlaceScheme

(PECL imagick 2, PECL imagick 3)

Imagick::setImageInterlaceSchemeSets the image compression

Descrição

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

Sets the image compression.

Parâmetros

interlace_scheme

Valor Retornado

Retorna true no sucesso.

Erros

Lança ImagickException em caso de erro.

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