Method | Description | |
---|---|---|
Encode ( Stream os ) : void | ||
LZWEncoder ( int width, int height, byte pixels, int color_depth ) : System |
Method | 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 |
public LZWEncoder ( int width, int height, byte pixels, int color_depth ) : System | ||
width | int | |
height | int | |
pixels | byte | |
color_depth | int | |
return | System |