Skip to content

MandaKausthubh/Huffman-Encoding-for-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Encoding based Compression

Overview

DualImage is a C++ toolkit for advanced image processing and compression experiments. It features a DualImage class for parallel manipulation of image pairs, supports BMP, PNG, and WebP formats, and implements custom binary encoding/decoding with Huffman compression and efficient bit-packing.

Features:

  • Provides Image compression mechanism as a .bin file which closely matches the compression provided by PNG files
  • Conversion to multiple image file formats.
  • Bit-level compression using bitstreams to minimise file size.
  • Custom Binar Encoding.
  • Support for BMP, PNG and WebP file types.

Requirements:

  1. C++17 or newer
  2. libpng and libwebp
  3. CMake or g++/clang++
  4. zlib or zstd

Installing and Building

Cloning the repo

git clone https://github.com/MandaKausthubh/Huffman-Encoding-for-Images.git
cd Huffman-Encoding-for-Images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages