This is a Quad-Tree algorithm implementation in C usign stb_image.h and std_image_write.h libraries.
Original Image
Out.jpg ()
Out.jpg ()
Compiling
gcc src/main.c -lm -o main.exe
Run the code
./main.exe img/"image.jpg" qtree_level
Some related projects [STB Image] (https://github.com/nothings/stb)