Creates and returns image writer on specified media.
Name | Description | |
---|---|---|
Create(String) |
Creates and returns image writer on the specified file. |
|
Create(Stream, WriterSettings) |
Creates and returns image writer on the specified stream. |
|
Create(String, WriterSettings) |
Creates and returns image writer on the specified file. |
|
Create(FileFormat, Stream) |
Creates and returns image writer on the specified stream. |
|
Create(FileFormat, String) |
Creates and returns image writer on the specified file. |