C# Класс NGif.LZWEncoder

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

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

Метод Описание
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