C# Class YumaPos.UploadFileServer.ImageResize.ImageControl

Datei anzeigen Open project: yumapos/Yumasoft-UploadServer

Public Methods

Method Description
CropImage ( byte data, int width, int height ) : byte[]
PadImage ( byte data, int width, int height ) : byte[]
ScaleImage ( byte data, int width, int height ) : byte[]

Method Details

CropImage() public static method

public static CropImage ( byte data, int width, int height ) : byte[]
data byte
width int
height int
return byte[]

PadImage() public static method

public static PadImage ( byte data, int width, int height ) : byte[]
data byte
width int
height int
return byte[]

ScaleImage() public static method

public static ScaleImage ( byte data, int width, int height ) : byte[]
data byte
width int
height int
return byte[]