[]
Saves the image to a System.IO.Stream in JPEG format.
public void SaveAsJpeg(Stream stream, JpegOptions options)
Type | Name | Description |
---|---|---|
Stream | stream | The output stream. |
JpegOptions | options | The options for the JPEG image encoder. |
Saves the image to a file in JPEG format.
public void SaveAsJpeg(string fileName, JpegOptions options)
Type | Name | Description |
---|---|---|
string | fileName | The output file name. |
JpegOptions | options | The options for the JPEG image encoder. |