Initializes a new instance of the PngWriter class using the specified file media.
Name | Description | |
---|---|---|
PngWriter(Stream) |
Initializes a new instance of the PngWriter class using the specified Stream. |
|
PngWriter(String) |
Initializes a new instance of the PngWriter class using the specified file name. |
|
PngWriter(Stream, Boolean) |
Initializes a new instance of the PngWriter class for the given Stream specifying whether the image should be interlaced. |
|
PngWriter(String, Boolean) |
Initializes a new instance of the PngWriter class for the given file name specifying whether the image should be interlaced. |