php / 8.1.5 / gmagick.despeckleimage.html /

Gmagick::despeckleimage

(PECL gmagick >= Unknown)

Gmagick::despeckleimageThe despeckleimage purpose

Description

public Gmagick::despeckleimage(): Gmagick

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.

Errors/Exceptions

Throws an GmagickException on error.

Examples

Example #1 Gmagick::despeckleimage() example

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

The above example will output something similar to:

...

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/gmagick.despeckleimage.php