Makes a meme out of memes.
Given an image to use as a tile
And an image to fill
It extracts the pixel values of the larger fill image to tint tile images and uses that to re-create the fill image.
Zooming in on that created image you can see the tile image.
You need python3
and Pillow
installed, running it in PyCharm runs it in a virtual environemnt (which has everything insallted) dowload_path/venv
, you can also run it on command line python3 dowload_path/meme-moasic/memify.py
.
- Feed image paths by cmd line args.
- Turn it into a REST API (venv will be great for this).