C# 클래스 Axiom.Plugins.SystemDrawingCodecs.SDImageCodec

System.Drawing base implementation of Axiom's ImageCodec
상속: Axiom.Media.ImageCodec
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

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

Codes the data from the input chunk into the output chunk.

EncodeToFile ( Stream input, string fileName, object codecData ) : void

Encodes data to a file.

비공개 메소드들

메소드 설명
ConvertImageFormat ( string name ) : ImageFormat

메소드 상세

Decode() 공개 메소드

Codes the data from the input chunk into the output chunk.
public Decode ( Stream input, Stream output ) : object
input Stream Input stream (encoded data).
output Stream Output stream (decoded data).
리턴 object

EncodeToFile() 공개 메소드

Encodes data to a file.
public EncodeToFile ( Stream input, string fileName, object codecData ) : void
input Stream Stream containing data to write.
fileName string Filename to output to.
codecData object Extra data to use in order to describe the codec data.
리턴 void