Skip to content

Askay35/Quadify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quadify

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.

Animation

The first animation - with border.

Animation

The second animation - without border.

Animation

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages