Concatenate Images with Pillow
Image.new()
: create a background
Image.paste()
: paste the images
Posted on July 17, 2021
Tags: Python
Image.new()
: create a background
Image.paste()
: paste the images