Change transparent color and -page not work.
Posted: 2009-01-07T09:56:09-07:00
Hello
I have two questions
1:
I trying to change the trasnparent color (without -fill).
This what i get:
Why the background color it's black? I want it to be blue!
------------------------------
2:
I am trying to compose two images and set the offset of the second image.
Why the second image (xc:red) always sit on the upper left corner?
Sorry about my grammar, English isn'y my tang.
Thank you.
I have two questions
1:
I trying to change the trasnparent color (without -fill).
Code: Select all
convert -size 100X100 xc:none -alpha off -transparent-color blue -fill yellow -draw "circle 50,50 20,20" -blur 5X10 win:
Why the background color it's black? I want it to be blue!
------------------------------
2:
I am trying to compose two images and set the offset of the second image.
Code: Select all
convert -size 100X100 xc:red -size 50X50 -page +20+20 xc:blue -composite win:
Why the second image (xc:red) always sit on the upper left corner?
Sorry about my grammar, English isn'y my tang.
Thank you.