Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman committed May 16, 2014
1 parent 4768450 commit ce1290d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,8 +4,12 @@ Computer art based on quadtrees.

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.

### Animation

![Sample](http://i.imgur.com/ObuGJfF.gif)

### Samples

Full-size image with fewer iterations:

![Sample](http://i.imgur.com/PWgfLaW.png)

0 comments on commit ce1290d

Please sign in to comment.