Skip to content

bk211/RLE-Image-Compression

Repository files navigation

RLE-Image-Compression

Program that can compress image with run-length-encoding algorithme

Compilation

To compile the project and obtain the binary excutable, simply run
$make

Compilation

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"

Compatibility

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?

About

Program that can compress image with run-length-encoding algorithme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published