C# Класс MSIT.NGif.LZWEncoder

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Encode ( Stream os ) : void
LZWEncoder ( byte pixels, int colorDepth ) : System

Приватные методы

Метод Описание
Add ( byte c, Stream outs ) : void
ClearTable ( Stream outs ) : void
Compress ( int initBits, Stream outs ) : void
Flush ( Stream outs ) : void
MaxCode ( int nBitsp ) : int
NextPixel ( ) : int
Output ( int code, Stream outs ) : void
ResetCodeTable ( int hsizep ) : void

Описание методов

Encode() публичный Метод

public Encode ( Stream os ) : void
os Stream
Результат void

LZWEncoder() публичный Метод

public LZWEncoder ( byte pixels, int colorDepth ) : System
pixels byte
colorDepth int
Результат System