Skip to content

darvid7/meme-mosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meme-mosaic

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.

Running it

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.

Things I need to do

  1. Feed image paths by cmd line args.
  2. Turn it into a REST API (venv will be great for this).

Releases

No releases published

Packages

No packages published

Languages