Gmagick::addnoiseimage

(PECL gmagick >= Unknown)

Gmagick::addnoiseimageAdds random noise to the image

Descrierea

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

Adds random noise to the image.

Parametri

noise_type

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

Valorile întoarse

The Gmagick object with noise added.

Erori/Excepții

Emite o GmagickException în caz de eroare.

add a note add a note

User Contributed Notes

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