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.

錯誤/例外

錯誤時拋出 GmagickException

範例

Example #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