[]
        
Initializes a new instance of GcGifWriter class and sets the output file.
public GcGifWriter(string filePath)
Public Sub New(filePath As String)
| Type | Name | Description | 
|---|---|---|
| string | filePath | Full path to the output file.  | 
    
Initializes a new instance of GcGifWriter class and sets the output stream.
public GcGifWriter(Stream stream, bool ownStream = false)
Public Sub New(stream As Stream, Optional ownStream As Boolean = False)
| Type | Name | Description | 
|---|---|---|
| Stream | stream | The output stream.  | 
    
| bool | ownStream | Indicates whether the output stream should be disposed together with GcGifWriter.  |