Skip to content

packjpg/packHUF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

packHUF

A very basic compression tool for any file, based on Huffman coding. This is mainly intended as educational code or base for bigger projects.

packHUF really is more some kind of an experiment than actually useful (for the typical user) software. It is a pure huffman based compression tool and therefore will typically achieve rather poor results when compared with more recent developments. It may still be a great base for further developments.

packHUF is based on the huffman routines in packMP3 but, on it’s own, has almost not been tested at all – so stuff might go wrong for you, you’ve been warned.

You may freely use packHUF under the terms of the LGPL.

About

A very basic compression tool for any file, based on Huffman coding. This is mainly intended as educational code or base for bigger projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published