Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 469 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 469 Bytes

Image Combiner

Image Combiner is a script for combining images in two diferent folder.

Requirements

  • Python 3

Installation

Use the package manager pip to install the required dependencies.

sudo pip install -r requirements.txt

Usage

Here are some examples

python image_combiner.py --help # should display all avaliable options
python image_combiner.py -f1 /tmp/right -f2 /tmp/left -o ./out -v