Gmagick::despeckleimage

(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:

...
doc_php
2016-02-24 16:00:02
Comments
Leave a Comment

Please login to continue.