Any possible to make edge blur in shape image?
Posted: 2010-02-07T22:04:09-07:00
Hello Guys..
Have a nice weekstart ...
$samp7 = "images/test1.jpg";
$samp101 = "images/circles.gif";
exec("convert $samp7 \( +clone -threshold -1 -negate -fill white -draw \"circle 64,64 64,0\" \) -alpha off -compose copy_opacity -composite $samp101");
In this code .. I got good circle image ..its working fine for me.. but edges of the circle is not clear ..
So my question is ..is it possible to make the circle edge like blur then can we make any color blur ?
I epxect your replies..thanks for your precious help.
Have a nice weekstart ...
$samp7 = "images/test1.jpg";
$samp101 = "images/circles.gif";
exec("convert $samp7 \( +clone -threshold -1 -negate -fill white -draw \"circle 64,64 64,0\" \) -alpha off -compose copy_opacity -composite $samp101");
In this code .. I got good circle image ..its working fine for me.. but edges of the circle is not clear ..
So my question is ..is it possible to make the circle edge like blur then can we make any color blur ?
I epxect your replies..thanks for your precious help.