clinez is a project that i wrote in C which actually was a translation of the original code written by (add original author) who wrote this program in rust and i used the stb_image and stb_image_write libraries that i used for writing and processing images
The executable loads an image and a blank canvas. Draw a test line with the color on the midpoint of that line on the target image, check if drawing this line would reduce the error (or distance) to the original image (im using the mean squared error metric here). Draw the line if true else repeat the process.
The executable runs for a specified number of lines (or iterations) drawn on the canvas