CakeFest 2024: The Official CakePHP Conference

Gmagick::addnoiseimage

(PECL gmagick >= Unknown)

Gmagick::addnoiseimageAdds random noise to the image

Açıklama

public Gmagick::addnoiseimage(int $noise_type): Gmagick

Adds random noise to the image.

Bağımsız Değişkenler

noise_type

The type of the noise. Refer to this list of noise constants.

Dönen Değerler

The Gmagick object with noise added.

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

add a note

User Contributed Notes

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