C# Class ScreenToGif.ImageUtil.Encoder.LZWEncoder

显示文件 Open project: dbremner/ScreenToGif Class Usage Examples

Protected Properties

Property Type Description
MaxStackSize int
Nullcode byte

Private Properties

Property Type Description

Public Methods

Method Description
Encode ( Stream internalStream ) : void
LZWEncoder ( byte indexedPixel, int colorDepth ) : System

Method Details

Encode() public method

public Encode ( Stream internalStream ) : void
internalStream Stream
return void

LZWEncoder() public method

public LZWEncoder ( byte indexedPixel, int colorDepth ) : System
indexedPixel byte
colorDepth int
return System

Property Details

MaxStackSize protected_oe static_oe property

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

Nullcode protected_oe static_oe property

protected static byte Nullcode
return byte