The Imagick class
PHP Manual

Imagick::whiteThresholdImage

(PECL imagick 2.0.0)

Imagick::whiteThresholdImageتمام پیکسل‌های بالاتر از آستانه را سفید می‌کند

Description

bool Imagick::whiteThresholdImage ( mixed $threshold )
Warning

This function is currently not documented; only its argument list is available.

همانند Imagick::ThresholdImage() است اما تمام پیکسل‌های بالاتر از آستانه را سفید می‌کند و کمتر از آن را تغییر نمی‌دهد.

Parameters

threshold

Return Values

Returns TRUE on success.

Changelog

Version Description
2.1.0 رشته نمایش‌دهنده رنگ به عنوان پارامتر مجاز است. نسخه‌های قبلی تنها شی ImagickPixel را مجاز می‌دانستند.


The Imagick class
PHP Manual