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