From 8450387bd164e2abbc0c4bc04cbc66f865cd6f70 Mon Sep 17 00:00:00 2001 From: Marek Stasikowski Date: Tue, 21 Nov 2017 19:01:28 +0000 Subject: [PATCH] *grammar police* "Optimal" is not gradable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebe8af4b..37b81a04 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Reproducing images with geometric primitives. ### How it Works -A target image is provided as input. The algorithm tries to find the single most optimal shape that can be drawn to minimize the error between the target image and the drawn image. It repeats this process, adding *one shape at a time*. Around 50 to 200 shapes are needed to reach a result that is recognizable yet artistic and abstract. +A target image is provided as input. The algorithm tries to find the optimal shape that can be drawn to minimize the error between the target image and the drawn image. It repeats this process, adding *one shape at a time*. Around 50 to 200 shapes are needed to reach a result that is recognizable yet artistic and abstract. ### Primitive for macOS