CakeFest 2024: The Official CakePHP Conference

Gmagick::despeckleimage

(PECL gmagick >= Unknown)

Gmagick::despeckleimageThe despeckleimage purpose

Açıklama

public Gmagick::despeckleimage(): Gmagick

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

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

The despeckled Gmagick object.

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

Örnekler

Örnek 1 Gmagick::despeckleimage() example

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

Yukarıdaki örnek şuna benzer bir çıktı üretir:

...

add a note

User Contributed Notes

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