From 2cd99417f1558dd05b99ed0b9d8ac322bfc810da Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Mon, 5 Apr 2021 21:07:25 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d7e931..1019b75 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Collage **Create a collage of an image using smaller images** -This script attempts to find images of similar color to each pixel of an input image. - ![demo](https://storage.googleapis.com/public.victorwesterlund.com/github/VictorWesterlund/collage/demo.png) [Full resolution output](https://storage.googleapis.com/public.victorwesterlund.com/github/VictorWesterlund/collage/demo_full.jpg) (4000x4000px) -## Create your own collage +## Create your own ### Prerequisites @@ -21,7 +19,7 @@ sudo apt-get install python3-pip python3 -m pip install -r requirements.txt ``` -### Using collage +### Create a collage 1. Add JPG images to use as samples to the `samples/` folder. [9999 free sample images](#download-sample-images).