C# 클래스 CSharpImageLibrary.WIC_Codecs

Provides native Windows codec functionality for Windows 8.1+.
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
JPGCompressionSetting int

비공개 메소드들

메소드 설명
AttemptUsingWindowsCodecs ( Stream stream, int decodeWidth, int decodeHeight ) : BitmapImage

Attempts to read image using WIC Codecs. Returns null if unable to.

AttemptUsingWindowsCodecs ( byte ImageFileData, int decodeWidth, int decodeHeight ) : BitmapImage

Attempts to read image using WIC Codecs. Returns null if unable to.

AttemptUsingWindowsCodecs ( string imagePath, int decodeWidth, int decodeHeight ) : BitmapImage

Attempts to read image using WIC Codecs. Returns null if unable to.

LoadWithCodecs ( Stream stream, int decodeWidth, int decodeHeight, double scale, bool isDDS ) : List

Loads useful information from image stream using Windows 8.1+ codecs.

LoadWithCodecs ( string imageFile, int decodeWidth, int decodeHeight, double scale, bool isDDS ) : List

Loads useful information from an image file.

SaveWithCodecs ( byte imageData, ImageEngineFormat format, int width, int height, AlphaSettings alphaSetting ) : byte[]
WindowsCodecsPresent ( ) : bool

Tests whether Windows WIC Codecs are present.

프로퍼티 상세

JPGCompressionSetting 공개적으로 정적으로 프로퍼티

JPG Quality setting. Higher values = higher quality and image size.
public static int JPGCompressionSetting
리턴 int