jnates / photo_collage_generator

Algorithm to generate collage of images in 1 jpg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

photo_collage_generator

Algorithm to generate collage of images in 1 jpg

To proceed to execute the following algorithm, execute the script taking into account the main path which is the path where the images are stored

variable and path to modify:

path = Path("/gdrive/MyDrive/Colab/data/aumentadas_buenas") # Image folder path to include in collage

path name image that stores the collage:

ref_im = Image.open("/gdrive/MyDrive/Colab/fondo.jpg") # original image

once the execution is finished, you get the following.

alt text

About

Algorithm to generate collage of images in 1 jpg


Languages

Language:Python 100.0%