Message Boards Message Boards

0
|
10291 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Is there a method to join two gifs into one?

Posted 9 years ago

Both gifs have the same image size, and they are animated with many frames.

POSTED BY: Douglas Youvan
2 Replies

Jesse - Thank you very much. That will do it! - Doug

POSTED BY: Douglas Youvan

You can do something like this:

image1 = Import["image1.gif"];
image2 = Import["image2.gif"];
Export["merged.gif", Join[image1, image2]]
POSTED BY: Jesse Friedman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract