How to concatenate 2 GIFs?

S

Scirious

People, I have to different animated gifs. How do I make them only one gif?

TIA,
Scirious.
 
G

Guest

If you are dealing with animated gifs and you want to add the frames from the
second one at the end of the frames in the first one, you need to find some
code that will let you extract the frames. Then you create a new one and add
in all the frames. Sounds simple, doesn't it?
There's code around to do this, but I can't remember where I saw it.
Animated Gifs are passe anyway IMHO.
Peter
 
S

Scirious

Actually, I don't really need to joint the gifs, but I need to show them
consecutively in an order that is chosen at runtime. Do you know another
way to d it?
 
S

Scott M.

How about just using 2 image controls, positioned on top of each other with
both of thier visible properties seet to false? Then, as you know which you
wish to see first, you set its visible property to true.
 
S

Scirious

The thing is that each GIF has a different duration and I don't want GIF to
repeat more than once and I the other to be finished before it's end.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top