Method | Description | |
---|---|---|
Thumbnail ( string sFile, string dFile, int height, int width, int flag, ImgThumbnailType type ) : bool |
无损压缩图片
|
public Thumbnail ( string sFile, string dFile, int height, int width, int flag, ImgThumbnailType type ) : bool | ||
sFile | string | 原图片 |
dFile | string | 压缩后保存位置 |
height | int | 高度 |
width | int | |
flag | int | 压缩质量 1-100 |
type | ImgThumbnailType | 压缩缩放类型 |
return | bool |