/img_compress-huffman_runlength

This is a class homework which is basically a compressor/decompressor of gray-scale bitmap images (PBM). The algorithm mixes Huffman's algorithm and Run Length encoding algorithm.

Primary LanguageC++MIT LicenseMIT

img_compress-huffman_runlength

This is a class homework which is basically a compressor/decompressor of bitmap (8 bit-black/white) images. The algorithm mixes Huffman's algorithm and Run Length encoding algorithm.