메소드 | 설명 | |
---|---|---|
ImageToBytes ( this image, |
||
IsValidImage ( this fileName ) : bool | ||
PreSizeImage ( string picPngPath, string imageSize ) : Image | ||
Save ( this inputFilePath, int maxWidth, int maxHeight, int quality, string saveFilePath ) : void | ||
Size2IntX ( string imageSize ) : |
||
Size2IntY ( string imageSize ) : |
메소드 | 설명 | |
---|---|---|
GetEncoderInfo ( |
public static ImageToBytes ( this image, |
||
image | this | |
format | ||
리턴 | byte[] |
public static PreSizeImage ( string picPngPath, string imageSize ) : Image | ||
picPngPath | string | |
imageSize | string | |
리턴 | Image |
public static Save ( this inputFilePath, int maxWidth, int maxHeight, int quality, string saveFilePath ) : void | ||
inputFilePath | this | |
maxWidth | int | |
maxHeight | int | |
quality | int | |
saveFilePath | string | |
리턴 | void |
public static Size2IntX ( string imageSize ) : |
||
imageSize | string | |
리턴 |
public static Size2IntY ( string imageSize ) : |
||
imageSize | string | |
리턴 |