Skip to content

lzw + huffman (deflate-ish), lzw + phase in encoding

Notifications You must be signed in to change notification settings

MAZI2/lzw_huffman_phase_in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LZW compression with Huffman codes

LZW compressed sequences in blocks encoded with dynamic huffman encoding. Similar to deflate. Header structure and double huffman encoding similar to RFC 1951

Has some weird issues with larger files...

LZW compression with Phase-in codes

LZW compressed sequence is encoded with phase-in codes

About

lzw + huffman (deflate-ish), lzw + phase in encoding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published