Imagick::whiteThresholdImage
(No version information available, might be only in CVS)
Imagick::whiteThresholdImage — Force all pixels above the threshold into white
Descrição
bool Imagick::whiteThresholdImage
( 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 force all pixels above the threshold into white while leaving all pixels below the threshold unchanged.
Parâmetros
- threshold
-
Valor Retornado
Retorna TRUE em sucesso.