Forum und email

Imagick::thresholdImage

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

Imagick::thresholdImage — Changes the value of individual pixels based on a threshold

Descrição

bool Imagick::thresholdImage ( float $threshold [, int $channel ] )
Aviso

Esta função não está documentada, somente a lista de argumentos está disponível.

Aviso

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

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.

Parâmetros

threshold

channel

Valor Retornado

Retorna TRUE em sucesso.