Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 521 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 521 Bytes

Image-Compression-Huffman

Converts images to text, then compresses the text file using Huffman compression

A web app built on Flask that lets users upload images, and download the compressed text file. Users can upload the compressed file back again and get the decompressed image back. Uses Huffman Compression technique to compress the bits of each pixel generated, using Heaps in C. Works only for grayscale images.

Technology Stack

  • Python (Flask, PIL)
  • C
  • HTML
  • CSS
  • Javascript (AJAX, JSON)