From d791dbc1d5837af34e394d090d0c715e287eb875 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Mon, 2 Dec 2019 15:29:10 +0000 Subject: Update README.md --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77f21f0..017592a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # distill -`distill` is a small go program which takes an image and redraws a primitive version using only extremely simplified shape and colour informaion. It's designed to be run against artistic works (e.g. paintings) but works with any image. +`distill` is a small go program which takes an image and redraws a primitive version using only extremely simplified shape and colour informaion. It's designed to be run against works of art, but any input image can be used. -While the output is basic, `distill` tries to generate recognisable images which retain the character and substance of the original. Whether it succeeds at this or not is up to you. +

+ + + +

+ +While the output is basic, `distill` tries to generate recognisable images which retain the character and substance of the original. Whether it succeeds at this or not is up to you. ## Running Download a binary release (todo) or fetch the package @@ -40,4 +46,15 @@ The average colour of each block is calculated. This creates an extremely low re The average colour of each block is compared to the previously extracted dominant colours. The block colour is set the the closest dominant colour based on its [euclidean distance](https://en.wikipedia.org/wiki/Euclidean_distance) in the [Lab](https://en.wikipedia.org/wiki/CIELAB_color_space) colour space. ## Samples -TODO + +

+ + + +

+ +

+ + + +

-- cgit v1.2.3