Forum und email

Imagick::blackThresholdImage

(No version information available, might be only in CVS)

Imagick::blackThresholdImage — Forces all pixels below the threshold into black

Descripción

bool Imagick::blackThresholdImage ( ImagickPixel $threshold )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Warning

Esta función es EXPERIMENTAL. Esto significa que el comportamiento de esta función, el nombre de esta función y en definitiva TODO lo documentado sobre esta función, puede cambiar en una futura version de PHP SIN AVISO. La advertencia queda hecha, y utilizar esta extensión queda bajo su propia responsabilidad.

Is like Imagick::thresholdImage() but forces all pixels below the threshold into black while leaving all pixels above the threshold unchanged.

Lista de parámetros

threshold

The threshold below which everything turns black

Valores retornados

Returns TRUE on success.