imagick_unsharpmask

(PECL)

imagick_unsharpmask -- Sharpen image

Description

bool imagick_unsharpmask ( resource image, float radius, float sigma, float amount, float threshold )

Avertissement

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

Liste de paramètres

image

Image handle

radius

Radius of the pixel neighborhood not counting the center pixel

sigma

Standard deviation of the Gaussian in pixels

amount

Percentage of the difference between the original and the blur image that is added back into the original

threshold

Threshold in pixels needed to apply the diffence amount

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.