C# 클래스 NGif.LZWEncoder

파일 보기 프로젝트 열기: TheFabFab/ObservableLinq 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( Stream os ) : void
LZWEncoder ( int width, int height, byte pixels, int color_depth ) : System

비공개 메소드들

메소드 설명
Add ( byte c, Stream outs ) : void
ClearTable ( Stream outs ) : void
Compress ( int init_bits, Stream outs ) : void
Flush ( Stream outs ) : void
MaxCode ( int n_bits ) : int
NextPixel ( ) : int
Output ( int code, Stream outs ) : void
ResetCodeTable ( int hsize ) : void

메소드 상세

Encode() 공개 메소드

public Encode ( Stream os ) : void
os Stream
리턴 void

LZWEncoder() 공개 메소드

public LZWEncoder ( int width, int height, byte pixels, int color_depth ) : System
width int
height int
pixels byte
color_depth int
리턴 System