Imagick::adaptiveThresholdImage
(PECL imagick 2.0.0)
Imagick::adaptiveThresholdImage — Selects a threshold for each pixel based on a range of intensity
Описание
bool Imagick::adaptiveThresholdImage
( int $width
, int $height
, int $offset
)
Список параметров
-
width
-
Width of the local neighborhood.
-
height
-
Height of the local neighborhood.
-
offset
-
The mean offset
Возвращаемые значения
Returns TRUE on success.