C# 클래스 Axiom.Plugins.FreeImageCodecs.FreeImageCodec

Codec specialized in images loaded using FreeImage.
The users implementing subclasses of ImageCodec are required to return a valid pointer to a ImageData class from the decode(...) function.
상속: Axiom.Media.ImageCodec
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( System input, System output ) : object

Encode ( System input, System output ) : void
EncodeToFile ( System input, string fileName, object codecData ) : void

FreeImageCodec ( string type, FreeImageAPI freeImageType ) : System
Initialize ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
Encode ( System input, object codecData ) : FreeImageAPI.FIBITMAP

FreeImageLoadErrorHandler ( FreeImageAPI fif, string message ) : void
FreeImageSaveErrorHandler ( FreeImageAPI fif, string message ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( System input, System output ) : object
input System
output System
리턴 object

Encode() 공개 메소드

public Encode ( System input, System output ) : void
input System
output System
리턴 void

EncodeToFile() 공개 메소드

public EncodeToFile ( System input, string fileName, object codecData ) : void
input System
fileName string
codecData object
리턴 void

FreeImageCodec() 공개 메소드

public FreeImageCodec ( string type, FreeImageAPI freeImageType ) : System
type string
freeImageType FreeImageAPI
리턴 System

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void