Imagick::whiteThresholdImage
(PECL imagick 2.0.0)
Imagick::whiteThresholdImage — Force all pixels above the threshold into white
Описание
bool Imagick::whiteThresholdImage
(
mixed $threshold
)
ВниманиеК настоящему
времени эта функция еще не была документирована; для ознакомления
доступен только список аргументов.
Is like Imagick::ThresholdImage() but force all pixels above the threshold
into white while leaving all pixels below the threshold unchanged.
Список параметров
-
threshold
-
Возвращаемые значения
Returns TRUE on success.