views:

187

answers:

1

I am trying to convert a 8bpp (256) color gif to a 2bpp (4) color gif through ImageMagick.

How can i put an semi-transparent image to the output file in ImageMagick?

A: 

You can use ImageMagick's composite command.

Here are a couple links to tutorials and examples of using ImageMagick to add watermarks to your pictures:

ewall