lua.wetgenes.grd.stream
stream=g:stream(filename)
stream=g:stream({filename=filename,...})
Open a GIF stream, returns a table with the following functions,
stream:write(ga)
Add a frame to the gif, each frame should be the same size and color map.
stream:close()
Close the stream and finalise the GIF.