메소드 | 설명 | |
---|---|---|
BitmapImage2Bitmap ( |
||
BufferFromImage ( |
||
CalculateAverageColor ( |
||
ImageFromBuffer ( Byte bytes ) : |
||
OpenImageBrowse ( string title ) : string | ||
SetImageSize ( System.Windows.Media.ImageSource Source, int Width ) : |
||
SetImageSize ( System.Windows.Media.ImageSource Source, int Width, int Height ) : |
||
SourceFromImage ( System img ) : |
public static BitmapImage2Bitmap ( |
||
bitmapImage | ||
리턴 |
public static BufferFromImage ( |
||
imageSource | ||
리턴 | Byte[] |
public static CalculateAverageColor ( |
||
bm | ||
리턴 |
public static ImageFromBuffer ( Byte bytes ) : |
||
bytes | Byte | |
리턴 |
public static OpenImageBrowse ( string title ) : string | ||
title | string | |
리턴 | string |
public static SetImageSize ( System.Windows.Media.ImageSource Source, int Width ) : |
||
Source | System.Windows.Media.ImageSource | |
Width | int | |
리턴 |
public static SetImageSize ( System.Windows.Media.ImageSource Source, int Width, int Height ) : |
||
Source | System.Windows.Media.ImageSource | |
Width | int | |
Height | int | |
리턴 |
public static SourceFromImage ( System img ) : |
||
img | System | |
리턴 |