PHP 8.3.4 Released!

Gmagick::addnoiseimage

(PECL gmagick >= Unknown)

Gmagick::addnoiseimageAdds random noise to the image

Descrição

public Gmagick::addnoiseimage(int $noise_type): Gmagick

Adds random noise to the image.

Parâmetros

noise_type

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

Valor Retornado

The Gmagick object with noise added.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

add a note

User Contributed Notes

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