C# Class NGif.LZWEncoder

Afficher le fichier Open project: TheFabFab/ObservableLinq Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( Stream os ) : void
LZWEncoder ( int width, int height, byte pixels, int color_depth ) : System

Private Methods

Méthode Description
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

Method Details

Encode() public méthode

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

LZWEncoder() public méthode

public LZWEncoder ( int width, int height, byte pixels, int color_depth ) : System
width int
height int
pixels byte
color_depth int
Résultat System