imagick_blur

(PECL)

imagick_blur -- Blur image

说明

bool imagick_blur ( resource image, float radius, float sigma )

警告

本函数暂无文档,仅有参数列表。

参数

image

Image handle

radius

Radius of the Gaussian in pixels, not counting the center pixel

sigma

Standard deviation of the Gaussian in pixels

返回值

如果成功则返回 TRUE,失败则返回 FALSE