Skip to main content

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


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

File details

Details for the file a_cv2_split_images_into_equal_parts-0.10.tar.gz.

File metadata

File hashes

Hashes for a_cv2_split_images_into_equal_parts-0.10.tar.gz
Algorithm Hash digest
SHA256 83c034ae5a4feaeb5ff1b4324aa829b51cf04b94815a95e76311b9e5688b849a
MD5 33969c4558964cba60a55fc9697c8eb1
BLAKE2b-256 0c6d3098230eb43e893b3ef232742b9c744ee0bb5a004699c71997debdd2b225

See more details on using hashes here.

File details

Details for the file a_cv2_split_images_into_equal_parts-0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for a_cv2_split_images_into_equal_parts-0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 c21b4fa31941e600438e13afe8b844c9ea0edcb2eb1e16e7d1b90b759af1d68d
MD5 199c70715b11dfb74193e5c9046ec28a
BLAKE2b-256 7dc83449aef60652ccc50d3a438aca89f49ca159a90ba392765c6e6d7f3733ea

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page