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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
binocthex11

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

Post 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 :)
binocthex11

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

Post by binocthex11 »

thanks :)
Post Reply