Method | Description | |
---|---|---|
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 ) : |
Method | Description | |
---|---|---|
GetEncoderInfo ( |
public static ImageToBytes ( this image, |
||
image | this | |
format | ||
return | byte[] |
public static IsValidImage ( this fileName ) : bool | ||
fileName | this | |
return | bool |
public static PreSizeImage ( string picPngPath, string imageSize ) : Image | ||
picPngPath | string | |
imageSize | string | |
return | 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 | |
return | void |
public static Size2IntX ( string imageSize ) : |
||
imageSize | string | |
return |
public static Size2IntY ( string imageSize ) : |
||
imageSize | string | |
return |