Reputation: 2553
I am trying to make a gif with images using convert. But in the resulting gif, the images are just stacking one over the other. Here is the created gif : https://i.imgur.com/EgISW2y.gif
I tried creating it with simple command :
$ convert -delay 8 -loop 0 plot_* result.gif
Upvotes: 1
Views: 1184