Image Combiner is a script for combining images in two diferent folder.
- Python 3
Use the package manager pip to install the required dependencies.
sudo pip install -r requirements.txt
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