Search found 5 matches

by wAlex
2012-04-23T06:42:14-07:00
Forum: Users
Topic: Crosshatch
Replies: 4
Views: 8169

Re: Crosshatch

Hi,
I'm using IM 6.6.0.4-3+squeeze1 on dedbian platform.
Thanks
by wAlex
2012-04-22T17:29:01-07:00
Forum: Users
Topic: Crosshatch
Replies: 4
Views: 8169

Crosshatch

Hi,
someone know how to replicate photoshop Crosshatch filter?
Thanks
by wAlex
2012-04-20T11:29:48-07:00
Forum: IMagick
Topic: Sketch
Replies: 6
Views: 16480

Re: Sketch

How can I add one-sided white noise?
I know that sketch don't give me this effect, i've tried all possible way, but I can't achieve the result i want.
How can I do? Do you know some other way to realize that?
by wAlex
2012-04-20T11:17:26-07:00
Forum: IMagick
Topic: Sketch
Replies: 6
Views: 16480

Re: Sketch

from that image
Image
by wAlex
2012-04-20T11:03:53-07:00
Forum: IMagick
Topic: Sketch
Replies: 6
Views: 16480

Sketch

Hi, Someone knows how i could get an effect like this? http://i.imgur.com/fgmGz.jpg I tried to recreate this effect with : $im->modulateImage(120, 0, 100); $im->embossImage(0,0.6); $im->sketchImage (1000 , 27 , 45 ); $im->shadeImage ( 0 , 10 , 80 ); $im->adaptiveBlurImage(0.8,0.9); but what I got ...