Making a simple transparent rectangle.
Posted: 2011-02-12T02:18:12-07:00
Hello,
I'm trying to make a simple transparent square using:
But if doesn't work.
I've read on the forum that I need to use dstOut but I don't find any example.
Can you provide a simple example who draws a square or a rectangle filled with a color and where we can set a transparency ?
Thanks alot!
I'm trying to make a simple transparent square using:
Code: Select all
convert -size 200x200 xc:none -fill '#0008' square.png
I've read on the forum that I need to use dstOut but I don't find any example.
Can you provide a simple example who draws a square or a rectangle filled with a color and where we can set a transparency ?
Thanks alot!