C# 클래스 ScreenToGif.ImageUtil.Encoder.LZWEncoder

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

보호된 프로퍼티들

프로퍼티 타입 설명
MaxStackSize int
Nullcode byte

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Encode ( Stream internalStream ) : void
LZWEncoder ( byte indexedPixel, int colorDepth ) : System

메소드 상세

Encode() 공개 메소드

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

LZWEncoder() 공개 메소드

public LZWEncoder ( byte indexedPixel, int colorDepth ) : System
indexedPixel byte
colorDepth int
리턴 System

프로퍼티 상세

MaxStackSize 보호되어 있는 정적으로 프로퍼티

Under GIF encoding up to 12bit, the maximum value is 4096
protected static int MaxStackSize
리턴 int

Nullcode 보호되어 있는 정적으로 프로퍼티

protected static byte Nullcode
리턴 byte