RLE Compression

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!).

Download it.

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!

Related posts:

  1. ascii2hex

Tags: , , ,

Leave a Reply