(PECL gmagick >= Unknown)
Adds random noise to the image
public Gmagick Gmagick::addnoiseimage ( int $NOISE )
Adds random noise to the image.
Parameters:
noise_type
The type of the noise. Refer to this list of noise constants.
Returns:
The Gmagick object with noise added.
Exception:
Throws an GmagickException on error.
Please login to continue.