Posted: 2006-11-16T10:03:50-07:00
Try this:
you can then play with the rgba function to produce the colour and opacity you need. It can also be used as an argument to "-stroke".
For more info on rgba see the -fill argument at:
http://www.imagemagick.org/script/comma ... s.php#fill
Pete
Code: Select all
convert your_input_image.jpg -fill rgba(0,0,100%,0.75) -stroke black -draw "circle 50,30 40,10" draw_circle.gif
For more info on rgba see the -fill argument at:
http://www.imagemagick.org/script/comma ... s.php#fill
Pete