Transparent Backgrounds and Frames
Posted: 2007-02-01T15:09:16-07:00
This is a bit of a newbie question - but I have looked around for the answer to no avail.
I can't get things to show up transparent.
I want to create a frame surrounding a transparent background:
And a background surrounded by a transparent frame:
What am I doing wrong?
I can't get things to show up transparent.
I want to create a frame surrounding a transparent background:
Code: Select all
convert -size 100x100 xc:none -background none -mattecolor red -frame 20x20+5+5 rect.png
Code: Select all
convert -size 100x100 xc:orange -frame 5x5 -mattecolor none frame.png