Skip to content

gmanthey/recursive_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive Image

A program to generate a image using multiple images as pixels. Inspired by a reddit thread.

Requirements

  • python (version 3 or higher)
  • numpy
  • scipy
  • opencv

Installation

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.

Usage

Execute the recursive_image.py file in a terminal with python and you should get a help text if everything is going right.

About

Create an image using other images as pixels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages