Skip to content

algodesigner/rle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rle

Running Length Encoding (RLE) Utilities

Building

make all - builds both utilities

make clean - removes the binaries

RLE Compressor

Compresses the standard input into the standard output.

./rle < file.ext > file.rle

RLE Decompressor

Decompresses the standard input into the standard output.

./unrle < file.rle > file.ext

About

Running Length Encoding (RLE) Utilities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published