Gmagick
PHP Manual

Gmagick::addnoiseimage

(PECL gmagick >= Unknown)

Gmagick::addnoiseimageAdds random noise to the image

説明

public Gmagick 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.

エラー / 例外

エラー時に GmagickException をスローします。


Gmagick
PHP Manual