Install imagemagick, put your images in a folder, and in a terminal run:
$ convert -delay 100 -loop 0 <frame1>.gif <frame2>.gif <animated>.gif(Slightly modified from the link above so I can remember how I did it.)
$ convert -delay 100 -loop 0 <frame1>.gif <frame2>.gif <animated>.gif(Slightly modified from the link above so I can remember how I did it.)
No comments:
Post a Comment