Skip to content

Image manipulation tool to split the image into tiles.

License

Notifications You must be signed in to change notification settings

hawier-dev/splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Image Splitter

Image manipulation tool to split images into tiles.

Inspired by: pnytko/splitter

Requirements

python3
pillow

Using

Tutorial

If you want to split the image into Squares.

python splitter.py --path {path_to_photo} --t_size 16 --out {output_path}

If you want to split the image into Rectangles.

python splitter.py --path {path_to_photo} --t_size 16x8 --out {output_path}

You can also provide a path to a folder with multiple photos and all files will be processed.

python splitter.py --path {path_to_folder_with_photos} --t_size 16x8 --out {output_path}

About

Image manipulation tool to split the image into tiles.

Topics

Resources

License

Stars

Watchers

Forks

Languages