Skip to content

Implementation of Huffman coding lossless compression in C.

Notifications You must be signed in to change notification settings

kgabis/compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Compressor

About

Compressor is a implementation of Huffman coding lossless data compression in C. It's work in progress, so please USE IT AT YOUR OWN RISK. I AM NOT RESPONSIBLE FOR ANY LOST DATA.

How to build it

You can build it with xcode, or use makefile in Compressor folder.

How to use it

To compress:

compressor -c source_file [-o destination_file]

To decompress:

compressor -d source_file [-o destination_file]

License

WTFPL - Do What The Fuck You Want To Public License

About

Implementation of Huffman coding lossless compression in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published