C software to compress and archive files with CLI console. (miniz)
gcc compressor.c -o compressor -O3
./compressor c input.txt output.x
./compressor d output.x input.txt
Mode: d, Level: 10
Input File: "o.txt"
Output File: "oi.txt"
Input file size: 2107
Total input bytes: 2107
Total output bytes: 4275
Done.
Mode: c, Level: 10
Input File: "i.txt"
Output File: "o.txt"
Input file size: 4275
Total input bytes: 4275
Total output bytes: 2107
Done.
Tested on: Linux base 5.3.0-40-generic (Cross-platform/ miniz)
- https://github.com/BaseMax/MiniPHPArchiveCompressor
- https://github.com/BaseMax/MiniArchiveCompressor
Thanks to Rich Geldreich, Rich Geldreich, Alex Evans, Paul Holden, Thorsten Scheuermann, Matt Pritchard, Sean Barrett, Bruce Dawson, and Janez Zemva. (miniz library)
My nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers. (Max Base)
A team includes some programmer, developer, designer, researcher(s) especially Max Base.