tcmpr¶
This is the documentation of tcmpr.
Program compress and decompress text files, using chosen algorithm. It can run on files as well as in recursive way on directory with text files. Solid compression mode can be set with proper flag, default if directory is given it runs with non-solid mode and compress each file in that directory creating new compressed file. Implemented algorithms are:
- Huffmann (Huffman coding)
- LZSS ( Lempel–Ziv–Storer–Szymanski)
- LZW (Lempel–Ziv–Welch)
- Shannon (Shannon coding)