Mask using -composite
Posted: 2010-11-19T15:15:21-07:00
Hi everyone !
I would like to use the masks ( like those : http://www.imagemagick.org/Usage/compose/#dstin ) with that method of composing : http://www.imagemagick.org/Usage/layers/#convert
Here is what I've tried :
I'm not looking for the exact results but just the way to use mask in this method of layering.
Thank you in advance !
Good Bye
I would like to use the masks ( like those : http://www.imagemagick.org/Usage/compose/#dstin ) with that method of composing : http://www.imagemagick.org/Usage/layers/#convert
Here is what I've tried :
Code: Select all
convert -size 100x100 xc:skyblue \
balloon.gif -geometry +5+10 -composite \
medical.gif -geometry +35+30 -composite \
present.gif -geometry +62+50 -composite \
-compose Dst_In -gravity center \
present.png rose: -alpha Set medical.gif -composite \
shading.gif -geometry +10+55 -composite \
compose.gif
Thank you in advance !
Good Bye