Forum und email

Imagick::addNoiseImage

(No version information available, might be only in CVS)

Imagick::addNoiseImage — Adds random noise to the image

Popis

bool Imagick::addNoiseImage ( int $noise_type [, int $channel ] )
Warning

Táto funkcia nie je momentálne zdokumentovaná; je dostupný len zoznam argumentov.

Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.

Adds random noise to the image.

Parametre

noise_type

The type of the noise. Refer to this list of noise constants.

channel

Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this list of channel constants.

Vrátené hodnoty

Returns TRUE on success.