Gmagick
PHP Manual

Gmagick::addnoiseimage

(PECL gmagick >= Unknown)

Gmagick::addnoiseimageAdds random noise to the image

설명

public void Gmagick::addnoiseimage ( int $NOISE )

Adds random noise to the image.

인수

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.


Gmagick
PHP Manual