algo/rle.h File Reference
General-purpose run-length {en,de}coding algorithm. More...
Go to the source code of this file.
Functions | |
| int | rle (unsigned char *output, const unsigned char *input, int length) |
| Run-length encode len bytes from the input buffer to the output buffer. | |
| int | unrle (unsigned char *output, const unsigned char *input) |
| Run-length decode from the input buffer to the output buffer. | |
Detailed Description
General-purpose run-length {en,de}coding algorithm.
- Version:
- Id
- rle.h 2506 2009-04-15 08:29:07Z duplo
Definition in file algo/rle.h.
