C# Class Downsize.ImageProcessor

显示文件 Open project: ChaseFlorell/Downsize Class Usage Examples

Public Methods

Method Description
ImageProcessor ( bool dry ) : System
Process ( FileInfo image, string outPath, string prefix, string suffix, ImageFormat format ) : void

Method Details

ImageProcessor() public method

public ImageProcessor ( bool dry ) : System
dry bool
return System

Process() public method

public Process ( FileInfo image, string outPath, string prefix, string suffix, ImageFormat format ) : void
image System.IO.FileInfo
outPath string
prefix string
suffix string
format System.Drawing.Imaging.ImageFormat
return void