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?

4

1 回答 1

1

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:

于 2010-05-06T15:41:18.393 回答