imagick_reducenoise
(PECL)
imagick_reducenoise -- Smooth the contours of an image while still preserving edge information
Description
bool
imagick_reducenoise ( resource image, float radius )
Warning |
This function is
currently not documented; only the argument list is
available. |
Parameters
image
Image handle
radius
Radius of the pixel neighborhood
Return Values
Returns TRUE on success or FALSE on failure.