The Imagick class
PHP Manual

Imagick::randomThresholdImage

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

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

Beschreibung

bool Imagick::randomThresholdImage ( float $low , float $high [, int $channel ] )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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.

Parameter-Liste

low

high

channel

Rückgabewerte

Liefet TRUE bei Erfolg.


The Imagick class
PHP Manual