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
