Program that can compress image with run-length-encoding algorithme
To compile the project and obtain the binary excutable, simply run
$make
To run the program, simply run
$make run
by default, it open the program with the file can_bottom2.ppm of the img folder
Or
$./exec XXX
where XXX is the path to ppm image file
Or
$make run FILE=XXX
where XXX is the path to ppm image file
Once launched, right click on the picture to open the menu, several option are possible
such as "quit", "save"
Make, glut.h are needed to run makefile,
the program does not run on windows environnement, (due to glut.h dependencies that I'm to lazy to fix).
Seriously, who use windows?