C# Class ScreenToGif.ImageUtil.Encoder.LZWEncoder

Afficher le fichier Open project: dbremner/ScreenToGif Class Usage Examples

Protected Properties

Свойство Type Description
MaxStackSize int
Nullcode byte

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Encode ( Stream internalStream ) : void
LZWEncoder ( byte indexedPixel, int colorDepth ) : System

Method Details

Encode() public méthode

public Encode ( Stream internalStream ) : void
internalStream Stream
Résultat void

LZWEncoder() public méthode

public LZWEncoder ( byte indexedPixel, int colorDepth ) : System
indexedPixel byte
colorDepth int
Résultat System

Property Details

MaxStackSize protected_oe static_oe property

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

Nullcode protected_oe static_oe property

protected static byte Nullcode
Résultat byte