The Imagick class
PHP Manual

Imagick::thresholdImage

(PECL imagick 2.0.0)

Imagick::thresholdImageChanges the value of individual pixels based on a threshold

Описание

bool Imagick::thresholdImage ( float $threshold [, int $channel = Imagick::CHANNEL_ALL ] )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

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.

Параметри

threshold

channel

Връщани стойности

Връща TRUE при успех.


The Imagick class
PHP Manual