imagick_unsharpmask

(PECL)

imagick_unsharpmask -- Sharpen image

説明

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

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

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

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。