imagick_unsharpmask

(PECL)

imagick_unsharpmask -- Sharpen image

Beschreibung

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter Liste

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

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.