Name | Description | |
---|---|---|
JpegWriter(Stream) |
Initializes a new instance of the JpegWriter class using the specified Stream. |
|
JpegWriter(String) |
Initializes a new instance of the JpegWriter class using the specified file name. |
|
JpegWriter(Stream, Int32) |
Initializes a new instance of the JpegWriter class using the specified JPEG quality. |
|
JpegWriter(String, Int32) |
Initializes a new instance of the JpegWriter class using the specified JPEG quality. |
|
JpegWriter(Stream, Int32, Boolean, Boolean) |
Initializes a new instance of the JpegWriter class using the specified JPEG compression settings. |
|
JpegWriter(String, Int32, Boolean, Boolean) |
Initializes a new instance of the JpegWriter class using the specified JPEG compression settings. |