Skip to content

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

License

Notifications You must be signed in to change notification settings

TeikiRaihauti/Image-Compression-Huffman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.9%
  • Python 24.9%
  • HTML 16.0%
  • CSS 5.2%