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