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.

예제

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