ImageExtensionsSaveAsJpeg Method

Overload List

SaveAsJpeg(Image, Stream, Int32) Saves the specified image using the built-in JPEG encoder if available in the current operating system. Unlike the Save(Stream, ImageFormat) method, this one supports every PixelFormat.
SaveAsJpeg(Image, String, Int32) Saves the specified image to the specified file using the built-in JPEG encoder if available in the current operating system. Unlike the Save(Stream, ImageFormat) method, this one supports every PixelFormat.
See the Remarks section of the SaveAsJpeg(Image, Stream, Int32) overload for details and an example.

See Also