Update README.md

This commit is contained in:
Victor Westerlund 2021-04-05 21:07:25 +02:00 committed by GitHub
parent aca06e0bff
commit 2cd99417f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,11 @@
# Collage # Collage
**Create a collage of an image using smaller images** **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) ![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) [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 ### Prerequisites
@ -21,7 +19,7 @@ sudo apt-get install python3-pip
python3 -m pip install -r requirements.txt 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). 1. Add JPG images to use as samples to the `samples/` folder. [9999 free sample images](#download-sample-images).