Skip to content

thais-amorim/root-image-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Root Image Compressor

MIT license

Install dependencies

$ pip3 install -r requirements.txt

Running

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

Features

Implemented compression methods:

  • Huffman
  • Run-length
  • Scale + Huffman

Contribute

License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages