Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 273 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 273 Bytes

HuffmanImageCompression

College assignment:

Implement a 3-stage image compression:

1- Discrete cosine transform (DCT)

2- Quantization

3- Huffman coding

alt tag This bitmap will be compressed to 1.59MB (Down from 7.91MB), with minimal loss.