A desktop application to compress text files based on the lossless compression algorithm Huffman Coding.
- Press the Browse button and choose a
.txt
file. - If you want to save the compressed file as a binary file, check the Save compressed data to binary file checkbox.
- If you want to save the file to a human-readable format instead, make sure to uncheck this checkbox.
- Press Compress and choose a destination to save the compressed file to.
- Happy compression! :)
- Press the Browse button and choose a
.hfz
or a.hfzb
file. - Press Decompress and choose a destination to save the extracted file to.
- Happy extraction, too! :)
Used build system:
Make sure to specify the compiler path in CMake options:
"-DCMAKE_PREFIX_PATH=C:/path/to/Qt/x.x.x/mingw_64"
Dependencies: