The Imagick class
PHP Manual

Imagick::oilPaintImage

(PECL imagick 2.0.0)

Imagick::oilPaintImageSimulates an oil painting

Описание

bool Imagick::oilPaintImage ( float $radius )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

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.

Параметри

radius

The radius of the circular neighborhood.

Връщани стойности

Връща TRUE при успех.


The Imagick class
PHP Manual