algodesigner / rle

Running Length Encoding (RLE) Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 98.1%Language:Makefile 1.9%