A package that lets you quickly split an image into rows and columns (tiles).
Project description
#split-image
Quickly split an image into rows and columns (tiles).
split-image is a Python package that you can use from the command line to split an image into tile.
Installation
pip install split-image
Usage
From the command line:
split-image [-h] [-s] image_path rows cols
Basic examples
split-image test.png 2 2
This splits the test.png
image in 4 tiles (2
rows and 2
columns)
split-image test.png 3 4 -s
This splits the test.png
image in 12 tiles (3
rows and 4
columns). The -square
arguments resizes the image into a square before splitting it.
positional arguments:
image_path The path of the image to split.
rows How many rows to split the image into (horizontal split).
cols How many columns to split the image into (vertical split).
optional arguments:
-h, --help show this help message and exit
-s, --square If the image should be resized into a square before splitting.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
split-image-1.1.1.tar.gz
(3.7 kB
view hashes)
Built Distribution
Close
Hashes for split_image-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 376c5b233e63d052470a3df028437d9bc25b5bc6e46778f27bef1f1bf42af0dd |
|
MD5 | 1191e2b82a155e0904911ecdd200213f |
|
BLAKE2b-256 | aca10250a2abee521bc7494762b737a585e904de95233e8ab1c903fcec6ee76b |