Skip to content

bmikailenko/Lzw-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LZW Compression / Compressor

Program uses the lzw algorithm for lossless compression

Whats in here:

LzwLib - creates a C linkable library
LzwProg - creates a C executable

Note: Lzw prog creates and links a lib so the lib target in the makefile will need to be specified. Also, in main.c you must specify which function, decode or encode you want and how many bits. Bits should be equal when encoding and decoding the same file.

To make:

make

to run:

./main < (name of input file) > (name of output file)

to clean:

make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published