Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 348 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 348 Bytes

LosslessImageCompression

Huffman coding applied on images to obtain lossless image compression

Project uses matlab library for compressing an image and then reconstructing the original image. HuffmanImageCoding.m takes input of an image to be compressed and then compresses the file using huffman coding and gives back the decompressed image.