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.
- Windows 11 64bit
- Miniconda
- Python-3.7
- OpenCV
Detailed environment configuration is specified in requirements.txt
- You may first install Miniconda
- Run code in you cmd
conda intsll --yes --file requirements.txt
or
pip install -r requirements.txt
Config and run photos.py in IDE. It is highly recommended to use rectangular photos.
Haoyang Wu | [email protected]
MIT © Haoyang Wu