Hello,
I am new to imagemagick and need to draw transparent circles on an
existing image. I managed to do that using composite function but i need
to draw circles.
I used the following syntax:

`convert -size $size xc:none -fill $fill_color -stroke $border_color
-draw \"circle $_[0],$_[1] $radius,$_[1]\" $$\_circle.gif`;
       `composite -dissolve $dissolve -colorspace transparent
$$\_circle.gif
$$\_$ARGV[0] -matte $$-out\_$ARGV[0]`;

It would be a great help if i could straight away draw transparent
circles using perlmagick cammands.

thanks

--
Nirali
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to