This is a Python Script which take two images from user and make a collage of it. In this script we are using Pillow and Numpy.
- pip install Pillow
- Then we have to give the path of two images which has to be collaped.
- After that we have to provide the final path of the collaped image.
- Finally, the Output Image will be saved at the given location provided by the user.