Glittering Text?
Posted: 2007-04-03T05:43:50-07:00
Sir,
For making a glitter text,how can i fill a text with a animated gif image?
i used the code here:
convert -size 355x135 xc:none -fill darkred -font ./fonts/anagram.ttf -pointsize 40 -draw \" text 0,75 'CODE' \" -pointsize 80 -draw \" text 135,110 '2'\" -pointsize 40 -draw \"text 190,110 'IMAGE'\" logo1.gif
convert logo1.gif -channel matte -negate -separate logo1_mask.gif
composite -compose CopyOpacity logo1_mask.gif tests5.jpg result1.gif
the above code is right when i fill the text with jpg image
but the result is totally black when i fiil the text with animated gif image.
please help as soon as possible....
Thanks.
For making a glitter text,how can i fill a text with a animated gif image?
i used the code here:
convert -size 355x135 xc:none -fill darkred -font ./fonts/anagram.ttf -pointsize 40 -draw \" text 0,75 'CODE' \" -pointsize 80 -draw \" text 135,110 '2'\" -pointsize 40 -draw \"text 190,110 'IMAGE'\" logo1.gif
convert logo1.gif -channel matte -negate -separate logo1_mask.gif
composite -compose CopyOpacity logo1_mask.gif tests5.jpg result1.gif
the above code is right when i fill the text with jpg image
but the result is totally black when i fiil the text with animated gif image.
please help as soon as possible....
Thanks.