The Imagick class
PHP Manual

Imagick::oilPaintImage

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

Imagick::oilPaintImageSimulates an oil painting

Opis

bool Imagick::oilPaintImage ( float $radius )
Ostrzeżenie

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

Applies a special effect filter that simulates an oil painting. Each pixel is replaced by the most frequent color occurring in a circular region defined by radius.

Parametry

radius

The radius of the circular neighborhood.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.


The Imagick class
PHP Manual