Saves a jpeg BitMap to disk with a jpeg quality setting. Does not dispose the bitmap.
public static bool SaveJpeg(Bitmap bmp, string outputFileName, long jpegQuality)
Parameters
bmp
Bitmap to save
outputFileName
file to write it to
jpegQuality
See also:
Class ImageUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic