The Imagick class
PHP Manual

Imagick::setImageBias

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

Imagick::setImageBiasSets the image bias for any method that convolves an image

Opis

bool Imagick::setImageBias ( float $bias )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Sets the image bias for any method that convolves an image (e.g. Imagick::ConvolveImage()).

Parametry

bias

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.


The Imagick class
PHP Manual