Split an image into equal parts
Project description
Split an image into equal parts
import cv2
from a_cv2_split_images_into_equal_parts import add_split_images_to_cv2
add_split_images_to_cv2()
list_pics,list_files=cv2.split_image_into_equal_parts(
img=r"https://github.com/hansalemaos/screenshots/raw/main/splitted1.jpeg",
outputfolder="f:\\picsplittedxxx",
pixel_width=100,
pixel_height=200,
colorborder=(255, 0, 0),
text_color_border1=(0, 150, 0),
text_color_border2=(200, 0, 0),
text_height_1=0.4,
text_height_2=0.4, )
In[3]: list_pics
Out[3]:
[array([[[145, 170, 144],
[145, 170, 144],
[145, 170, 144],
...,
[113, 149, 119],
[112, 148, 118],
[114, 150, 120]],
[[145, 170, 144],
[145, 170, 144],
[145, 170, 144],
...,
[112, 148, 118],
[112, 148, 118],
[113, 149, 119]],
....
list_files
Out[4]:
['f:\\picsplittedxxx\\splitted\\0x0-100x200.png',
'f:\\picsplittedxxx\\splitted\\0x200-100x400.png',
'f:\\picsplittedxxx\\splitted\\0x400-100x750.png',
'f:\\picsplittedxxx\\splitted\\100x0-200x200.png',
'f:\\picsplittedxxx\\splitted\\100x200-200x400.png',
'f:\\picsplittedxxx\\splitted\\100x400-200x750.png',
'f:\\picsplittedxxx\\splitted\\200x0-300x200.png',
'f:\\picsplittedxxx\\splitted\\200x200-300x400.png',
'f:\\picsplittedxxx\\splitted\\200x400-300x750.png',
....
import cv2
from a_cv2_split_images_into_equal_parts import add_split_images_to_cv2
add_split_images_to_cv2()
list_pics,list_files=cv2.split_image_into_equal_parts(
img=r"https://github.com/hansalemaos/screenshots/raw/main/splitted1.jpeg",
outputfolder=None,
pixel_width=100,
pixel_height=200,
colorborder=(255, 0, 0),
text_color_border1=(0, 150, 0),
text_color_border2=(200, 0, 0),
text_height_1=0.4,
text_height_2=0.4, )
In[3]: list_pics
Out[3]:
[array([[[145, 170, 144],
[145, 170, 144],
[145, 170, 144],
...,
[113, 149, 119],
[112, 148, 118],
[114, 150, 120]],
[[145, 170, 144],
[145, 170, 144],
[145, 170, 144],
...,
[112, 148, 118],
[112, 148, 118],
[113, 149, 119]],
....
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file a_cv2_split_images_into_equal_parts-0.10.tar.gz.
File metadata
- Download URL: a_cv2_split_images_into_equal_parts-0.10.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83c034ae5a4feaeb5ff1b4324aa829b51cf04b94815a95e76311b9e5688b849a
|
|
| MD5 |
33969c4558964cba60a55fc9697c8eb1
|
|
| BLAKE2b-256 |
0c6d3098230eb43e893b3ef232742b9c744ee0bb5a004699c71997debdd2b225
|
File details
Details for the file a_cv2_split_images_into_equal_parts-0.10-py3-none-any.whl.
File metadata
- Download URL: a_cv2_split_images_into_equal_parts-0.10-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c21b4fa31941e600438e13afe8b844c9ea0edcb2eb1e16e7d1b90b759af1d68d
|
|
| MD5 |
199c70715b11dfb74193e5c9046ec28a
|
|
| BLAKE2b-256 |
7dc83449aef60652ccc50d3a438aca89f49ca159a90ba392765c6e6d7f3733ea
|