$ pip3 install -r requirements.txt
To apply Huffman:
$ python main.py -cm huffman imagesbenchmark.bmp
$ python main.py -dm huffman imagesbenchmark.bmp.pdi
To apply Huffman + scale:
$ python main.py -cm huffman_with_scale imagesbenchmark.bmp
$ python main.py -dm huffman_with_scale imagesbenchmark_small.bmp.pdi
Implemented compression methods:
- Huffman
- Run-length
- Scale + Huffman
- Issue Tracker: https://github.com/thasmarinho/root-image-compressor/issues
- Source Code: https://github.com/thasmarinho/root-image-compressor
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details