Skip to content

nausikaaa/collage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collage Generator

Simple Python tool that generates a vertical 10x15cm (4x6") FROM/TO collage from two input images.

Setup

python3 -m venv .venv
source .venv/bin/activate  # on macOS/Linux
pip install -r requirements.txt

Usage

  1. Put your two images in the input/ folder (or adjust config.json):

    • input/FROM.jpg
    • input/TO.jpg
  2. Optionally edit config.json to change:

    • "from_image"
    • "to_image"
    • "output"
  3. Run:

python main.py

The output file (by default print_collage_10x15.jpg) will be created in the project root.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages