Forum und email

Imagick::whiteThresholdImage

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

Imagick::whiteThresholdImage — Force all pixels above the threshold into white

Описание

bool Imagick::whiteThresholdImage ( ImagickPixel $threshold )
Warning

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Warning

Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск.

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.