Computer art based on quadtrees. Programm gets the input image, that is split into four quads. Each quad is filled with an averaged color based on the colors inside it. The quad with the largest difference between colors is split into four new quads inside it. This process is repeated N times. You can set repeat count by command line argument or by arrow-buttons.
The first animation - with border.
The second animation - without border.
quadify.exe <output file extension(.png or .jpg)>
or
quadify.exe <output file extension(.png or .jpg)>
You can change repeat count by UP and DOWN arrow buttons and minimum size of quad by LEFT and RIGHT arrow buttons. To save image - click SPACE. To show/hide borders - click B.