Skip to content

A quick Python tool to generate a photo with small photos.

Notifications You must be signed in to change notification settings

3rd-Musketeer/photowall_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photowall Generator Instruction

Background

A little gift for girlfriend on Valentine‘s Day. This tool uses OpenCV-Python to create an output photo consisting of multiple chosen background photos. Initially, Pillow (PIL) was used but the performance wasn't satisfying.

Figure 1. Workflow of photowll generator

Environment

  • Windows 11 64bit
  • Miniconda
  • Python-3.7
  • OpenCV

Detailed environment configuration is specified in requirements.txt

Installation

  1. You may first install Miniconda
  2. Run code in you cmd
conda intsll --yes --file requirements.txt

or

pip install -r requirements.txt

Usage

Config and run photos.py in IDE. It is highly recommended to use rectangular photos.

Maintainer

Haoyang Wu | [email protected]

License

MIT © Haoyang Wu

About

A quick Python tool to generate a photo with small photos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages