CakeFest 2024: The Official CakePHP Conference

Gmagick::despeckleimage

(PECL gmagick >= Unknown)

Gmagick::despeckleimageThe despeckleimage purpose

Descrizione

public Gmagick::despeckleimage(): Gmagick

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The despeckled Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

Esempi

Example #1 Gmagick::despeckleimage() example

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

Il precedente esempio visualizzerà qualcosa simile a:

...

add a note

User Contributed Notes

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