Gmagick
PHP Manual

Gmagick::despeckleimage

(PECL gmagick >= Unknown)

Gmagick::despeckleimageThe despeckleimage purpose

Description

public Gmagick Gmagick::despeckleimage ( void )

Reduces the speckle noise in an image while preserving the edges of the original image.

Parameters

This function has no parameters.

Return Values

The despeckled Gmagick object on success.

Errors/Exceptions

Throws an GmagickException on error.

Examples

Example #1 Gmagick::despeckleimage() example

<?php
/* ... */
?>

The above example will output something similar to:

...

See Also


Gmagick
PHP Manual