A little and simple tool to compress a file with run length encoding algorithm.
Hello!
I’ve made that code for an university exam called “Elaborazione delle immagini” (images elaboration), it’s a simple and dirty implementation of the Run Length Encoding (RLE) algorithm for compressing a file.
It’s also my first experiment with CMake (such a great tool!).
After unpacking it, you must type:
cmake .
Under the project directory; after that you can simply type:
make
And the file rle_compression is ready to be executed!








0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment