fill transparent
Posted: 2006-11-13T10:15:05-07:00
I'm trying to make a transparent rectangle (ie. putting a hole in the image)
I've tried:
convert -size 100x60 xc:skyblue -fill transparent -draw "roundrectangle 20,10 80,50 20,15" draw_rrect.gif
However, that doesn't work. I guess it's just drawing a transparent rectangle, which makes sense. So, the question is, how do I make a real transparent rectangle?
I've tried:
convert -size 100x60 xc:skyblue -fill transparent -draw "roundrectangle 20,10 80,50 20,15" draw_rrect.gif
However, that doesn't work. I guess it's just drawing a transparent rectangle, which makes sense. So, the question is, how do I make a real transparent rectangle?