The Imagick class
PHP Manual

Imagick::oilPaintImage

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

Imagick::oilPaintImageSimulates an oil painting

Beschreibung

bool Imagick::oilPaintImage ( float $radius )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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.

Parameter-Liste

radius

The radius of the circular neighborhood.

Rückgabewerte

Liefet TRUE bei Erfolg.


The Imagick class
PHP Manual