This is a python program which splits an image input into multiple images for printing or decorating purposes.
Steps to use:-
- Add a Photo to be split.
- Check the preview
- Click on Process and save
- The output folder contains the saved split set of images
This program is based on python and uses the following libraries:-
- Tkinter
- Pillow
# For Windows
$ pip install tk
$ pip install pillow
# For linux
$ sudo apt-get install python3-tk
$ pip3 install pillow