Skip to content

In this repo you can find implementation of LZW codec(coder and decoder) in python.

Notifications You must be signed in to change notification settings

alishhde/LZWAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LZWAlgorithm

In this repo you can find implementation of LZW codec(coder and decoder) in python. LZW is compression method commonly used to compress Gif image and Tiff image formats. In this file you can find its implementation. The file consists both the coder and decoder method.

About

In this repo you can find implementation of LZW codec(coder and decoder) in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages