Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 984 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 984 Bytes

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