I've assembled a gif using gnuplot, however I want the first frame to be still for a few seconds before the graphic starts animating. How can I edit the delay of the first frame of the gif?
Asked
Active
Viewed 691 times
2
-
Get an animated GIF editor: http://superuser.com/questions/308152/is-there-an-app-i-can-use-to-edit-an-existing-animated-gif?rq=1, http://superuser.com/questions/83684/video-animated-gif-advanced-frame-editor – Ƭᴇcʜιᴇ007 Jan 20 '15 at 16:25
-
Did you try to write directly in the script something similar to `set terminal gif animate delay 100` after `set output 'img.gif'` and then `plot datafile.dat ...` ? with the data of each single frame separated by an empty line? let me know if it works – Hastur Feb 05 '15 at 21:52