An open API service indexing awesome lists of open source software.

https://github.com/trongio/photo_stitcher_py

Small simple python program that stitches images horizontally or vertically
https://github.com/trongio/photo_stitcher_py

image-processing python small-project

Last synced: 5 months ago
JSON representation

Small simple python program that stitches images horizontally or vertically

Awesome Lists containing this project

README

          

# photo_stitcher_py
Small simple python program
that stitches images horizontally or vertically

## compilation:
pip install tkinter pillow pyinstaller
pyinstaller --onefile --windowed photo_stitcher.py

## screenshot:
![alt text](https://raw.githubusercontent.com/trongio/photo_stitcher_py/imgs/image.png)