Skip to content

Commit 4768450

Browse files
committedMay 16, 2014
Update README.md
1 parent 89e86db commit 4768450

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ Computer art based on quadtrees.
55
The program targets an input image. The input image is split into four quadrants. Each quadrant is assigned an averaged color based on the colors in the input image. The quadrant with the largest error is split into its four children quadrants to refine the image. This process is repeated N times.
66

77
![Sample](http://i.imgur.com/ObuGJfF.gif)
8+
9+
Full-size image with fewer iterations:
10+
11+
![Sample](http://i.imgur.com/PWgfLaW.png)

0 commit comments

Comments
 (0)