A program to generate a image using multiple images as pixels. Inspired by a reddit thread.
- python (version 3 or higher)
- numpy
- scipy
- opencv
Just install the required software and download the two .py files.
If the installation of opencv is concidered to difficult, there is also a seperate branch in which pillow, a python library is used. As it gives worse results than opencv, the main branch is kept using opencv.
Execute the recursive_image.py file in a terminal with python and you should get a help text if everything is going right.