Dutch PHP Conference 2025 - Call For Papers

Gmagick::addnoiseimage

(PECL gmagick >= Unknown)

Gmagick::addnoiseimageAdds random noise to the image

Опис

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

Adds random noise to the image.

Параметри

noise_type

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

Значення, що повертаються

The Gmagick object with noise added.

Помилки/виключення

Викидає GmagickException у разі помилки.

add a note

User Contributed Notes

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