slow oil paint effect

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
dsl
Posts: 21
Joined: 2008-01-22T15:14:29-07:00

slow oil paint effect

Post by dsl »

Hello.

Could you please advise...

I use oil paint function via perl API
$res_img = $img->OilPaint( radius => 1 );

But it works terribly slow and makes server slow down.
Is there any alternative command to create Oil Paint effect?

Thanks!
Post Reply