Méthode | Description | |
---|---|---|
GetThumbnailSize ( Image original ) : |
||
LoadImage ( string path ) : |
||
Save ( |
Method to resize, convert and save the image.
|
Méthode | Description | |
---|---|---|
GetEncoderInfo ( |
Method to get encoder infor for given image format.
|
public static GetThumbnailSize ( Image original ) : |
||
original | Image | |
Résultat |
public static LoadImage ( string path ) : |
||
path | string | |
Résultat |
public Save ( |
||
image | Bitmap image. | |
maxWidth | int | resize width. |
maxHeight | int | resize height. |
quality | int | quality setting value. |
filePath | string | file path. |
Résultat | void |