Gmagick::despeckleimage

(PECL gmagick >= Unknown)

Gmagick::despeckleimageThe despeckleimage purpose

Опис

public Gmagick Gmagick::despeckleimage ( void )

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

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

The despeckled Gmagick object on success.

Помилки/Винятки

Throws an GmagickException on error.

Приклади

Приклад #1 Gmagick::despeckleimage() example

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

Наведений вище приклад виведе щось подібне до:

...

Прогляньте Також

  • Classname::Method()

add a note add a note

User Contributed Notes

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