Forum und email

Imagick::blackThresholdImage

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

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

Description

bool Imagick::blackThresholdImage ( ImagickPixel $threshold )
Warning

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Warning

Cette fonction est EXPERIMENTALE. Cela signifie que le comportement de cette fonction, son nom et, concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS ! Soyez-en conscient, et utilisez cette fonction à vos risques et périls.

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

Liste de paramètres

threshold

The threshold below which everything turns black

Valeurs de retour

Returns TRUE on success.