This program is a quadtree implementation un C for .bmp files compression.
###How to make it work ?
First clone the repository using :
git clone git@github.com:MaximeHeckel/arbres_quadratiques.git
Then go to the "arbres_quadratiques" folder and type:
make
in order to execute the makefile.
Finally run the program with the folowing command :
./arbres_quadratiques input_bmp output_bmp
And see the result
###How does it look like at the end ?
Let's see some examples.