WKolodziejski / 2022-GC-QuadTreeCompressor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compress:

./enc <input-file> <output-bitstream> <compress level (0 - 100)> <max-block-size>

Decompress:

./dec <input-bitstream> <output-file> <opt:show-grid (1)>

Compress and decompress without bitstream:

./quad <input-file> <output-file>  <compress level (0 - 100)> <max-block-size> <opt:show-grid (1)>

About


Languages

Language:C++ 94.3%Language:CMake 5.7%