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
1
2
3
<?php
/* ... */
?>

The above example will output something similar to:

...
doc_php
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.