The Imagick class
PHP Manual

Imagick::oilPaintImage

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

Imagick::oilPaintImageSimulates an oil painting

Descrição

bool Imagick::oilPaintImage ( float $radius )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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.

Parâmetros

radius

The radius of the circular neighborhood.

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual