Gmagick
PHP 手册

Gmagick::despeckleimage

(PECL gmagick >= Unknown)

Gmagick::despeckleimageThe despeckleimage purpose

说明

public void Gmagick::despeckleimage ( void )

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

参数

This function has no parameters.

返回值

The despeckled Gmagick object on success.

错误/异常

Throws an GmagickException on error.

范例

Example #1 Gmagick::despeckleimage example

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

上例的输出类似于:

...

参见


Gmagick
PHP 手册