The Imagick class
PHP Manual

Imagick::randomThresholdImage

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

Imagick::randomThresholdImageCreates a high-contrast, two-color image

Opis

bool Imagick::randomThresholdImage ( float $low , float $high [, int $channel ] )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Changes the value of individual pixels based on the intensity of each pixel compared to threshold. The result is a high-contrast, two color image.

Parametry

low

high

channel

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.


The Imagick class
PHP Manual