C# 클래스 ImgThumbnail, zcw

图片压缩
파일 보기 프로젝트 열기: jerrytan/zcw 1 사용 예제들

공개 메소드들

메소드 설명
Thumbnail ( string sFile, string dFile, int height, int width, int flag, ImgThumbnailType type ) : bool

无损压缩图片

메소드 상세

Thumbnail() 공개 메소드

无损压缩图片
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 压缩缩放类型
리턴 bool