This project implements lossless image compression using Huffman Encoding — a classic greedy algorithm from information theory. Pixel values are assigned variable-length binary codes based on their ...