JhGU's personal site

Create gif from a series of static pictures

frame_rate=5 #in ms
convert -delay ${frame_rate} -loop 0 *.png output.gif