Forum und email

Imagick::blackThresholdImage

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

Imagick::blackThresholdImage — Forces all pixels below the threshold into black

Descrição

bool Imagick::blackThresholdImage ( ImagickPixel $threshold )
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.

Is like Imagick::thresholdImage() but forces all pixels below the threshold into black while leaving all pixels above the threshold unchanged.

Parâmetros

threshold

The threshold below which everything turns black

Valor Retornado

Retorna TRUE em sucesso.