cv2-collage 0.10

Creator: bradpython12

Last updated:

Add to Cart

Description:

cv2collage 0.10

Create a collage from images with OpenCV
from cv2_collage import create_collage



lst = [

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/2022-12-27%2003_40_27-.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/2022-12-27%2003_49_27-.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/2022-12-27%2004_01_57-.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/2022-12-27%2004_02_09-.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/colorfind1.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/colorfind2.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/colorfind3.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/colorfind4.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/zoompics_0000006.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/zoompics_0000007.png",

"https://raw.githubusercontent.com/hansalemaos/screenshots/main/zoompics_0000008.png",

]





from numpy_choices import get_random_items_from_list



coldone = create_collage(

lst=get_random_items_from_list(lst, 16),

width=1000,

background=(0, 0, 0),

save_path=r"F:\cv2mergepics\m\tetete.png",

)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.