Gmagick::addnoiseimage

(PECL gmagick >= Unknown)

Gmagick::addnoiseimageAdds random noise to the image

Beskrivelse

public Gmagick Gmagick::addnoiseimage ( int $NOISE )

Adds random noise to the image.

Parametre

noise_type

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

Returnerings Værdier

The Gmagick object with noise added.

Fejl/Undtagelser

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

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