Page 1 of 1

How to convert several BMP files to a single GIF file?

Posted: 2010-03-23T01:05:23-07:00
by binocthex11
Hi, I'm new to ImageMagick.

Now I have several independent BMP files and I know the order
in which to display them. Can ImageMagick help me to convert
those files to a single GIF file?

I'll make it clearer here:

I have a background BMP file, and many animation elements(also BMP files).
I know the motion track and position of each element. I want to combine those
things together to generate a GIF file, which can display them in a continuous way.

Can I use ImageMagick APIs to implement that?

Could someone give me some suggestions?

Thanks a lot :)

Re: How to convert several BMP files to a single GIF file?

Posted: 2010-03-23T10:18:10-07:00
by fmw42

Re: How to convert several BMP files to a single GIF file?

Posted: 2010-03-24T18:29:02-07:00
by binocthex11
thanks :)