C# 클래스 Downsize.ImageExtensions

파일 보기 프로젝트 열기: ChaseFlorell/Downsize

공개 메소드들

메소드 설명
Save ( this image, string path, System.Drawing.Imaging.ImageCodecInfo codec, bool dryRun ) : void

Extension method to help save out images. If codec is null, it'll save as original format

메소드 상세

Save() 공개 정적인 메소드

Extension method to help save out images. If codec is null, it'll save as original format
public static Save ( this image, string path, System.Drawing.Imaging.ImageCodecInfo codec, bool dryRun ) : void
image this Image to save
path string Path to save it to
codec System.Drawing.Imaging.ImageCodecInfo Codec to save as (can be null).
dryRun bool
리턴 void