Gmagick::addnoiseimage
(PECL gmagick >= Unknown)
Gmagick::addnoiseimage — Adds random noise to the image
설명
public Gmagick Gmagick::addnoiseimage
(
int $NOISE
)
인수
-
noise_type
-
The type of the noise. Refer to this list of noise constants.
반환값
The Gmagick object with noise added.
오류/예외
Throws an
GmagickException on error.