watermark on gif animation
Posted: 2007-10-20T14:04:23-07:00
Hi,
I know some websites that have watermark image (with the name of the site) on bottom of the images.
I'm trying for 1 week now but all without success.
The original file:
http://img263.imageshack.us/img263/9960/01pn0.gif
I use this command to create a empty area in the bottom of the image:
convert $currentfile -coalesce -gravity South -background transparent -splice 0x18 -layers Optimize $newfile
The image created:
http://img212.imageshack.us/img212/2995/02rx6.gif
Here the watermark example:
http://img146.imageshack.us/img146/9829/sitenamerb3.gif
But now it's the problem, I want to put the watermark (the gif transparent image ) in the bottom of the image, but all didn't work.
I tried compose, covert, draw, but I don't know to extract layers and compose again in batch mode, I need to make it in the all images.
Could someone help me with this?
Thanks,
Tiago
I know some websites that have watermark image (with the name of the site) on bottom of the images.
I'm trying for 1 week now but all without success.
The original file:
http://img263.imageshack.us/img263/9960/01pn0.gif
I use this command to create a empty area in the bottom of the image:
convert $currentfile -coalesce -gravity South -background transparent -splice 0x18 -layers Optimize $newfile
The image created:
http://img212.imageshack.us/img212/2995/02rx6.gif
Here the watermark example:
http://img146.imageshack.us/img146/9829/sitenamerb3.gif
But now it's the problem, I want to put the watermark (the gif transparent image ) in the bottom of the image, but all didn't work.
I tried compose, covert, draw, but I don't know to extract layers and compose again in batch mode, I need to make it in the all images.
Could someone help me with this?
Thanks,
Tiago