Gmagick::despeckleimage

(PECL gmagick >= Unknown)

Gmagick::despeckleimageThe despeckleimage purpose

Descrierea

public Gmagick::despeckleimage ( ) : Gmagick

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

Parametri

Această funcție nu are parametri.

Valorile întoarse

The despeckled Gmagick object on success.

Erori/Excepții

Emite o GmagickException în caz de eroare.

Exemple

Example #1 Gmagick::despeckleimage() example

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

Exemplul de mai sus va afișa ceva similar cu:

...

A se vedea și

  • Classname::Method()

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top