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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top