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.

오류/예외

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top