Gmagick::addnoiseimage
Adds random noise to the image
Description
public Gmagick Gmagick::addnoiseimage
( int $noise_type
)
Parameters
-
noise_type
-
The type of the noise. Refer to this list of noise constants.
Return Values
The Gmagick object with noise added.
Errors/Exceptions
Throws an
GmagickException on error.