C# Class AdvancedLauncher.Tools.Imaging.JpegEncoder

Show file Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method Description
ResizeScreenShot ( string source, string destination ) : Image

Private Methods

Method Description
getEncoderInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo
resizeImage ( Image imgToResize, Size size ) : Image
saveJpeg ( string path, Bitmap image, long quality ) : void

Method Details

ResizeScreenShot() public method

public ResizeScreenShot ( string source, string destination ) : Image
source string
destination string
return System.Drawing.Image