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