Simple Python tool that generates a vertical 10x15cm (4x6") FROM/TO collage from two input images.
python3 -m venv .venv
source .venv/bin/activate # on macOS/Linux
pip install -r requirements.txt-
Put your two images in the
input/folder (or adjustconfig.json):input/FROM.jpginput/TO.jpg
-
Optionally edit
config.jsonto change:"from_image""to_image""output"
-
Run:
python main.pyThe output file (by default print_collage_10x15.jpg) will be created in the project root.