(PECL gmagick >= Unknown)
The despeckleimage purpose
public Gmagick Gmagick::despeckleimage ( void )
Reduces the speckle noise in an image while preserving the edges of the original image.
Returns:
The despeckled Gmagick object on success.
Exception:
Throws an GmagickException on error.
Examples:
Gmagick::despeckleimage() example
<?php /* ... */ ?>
The above example will output something similar to:
...
Please login to continue.