Method Start
Start(FileStream)
Initiates GIF file creation on the given stream. The stream is not closed automatically.
public void Start(FileStream os)
Parameters
os
FileStreamOutputStream on which GIF images are written
Start(string)
Initiates writing of a GIF file with the specified name. The stream will be handled for you.
public void Start(string file)
Parameters
file
stringString containing output file name