Blending is the art of combining two or more images to create a new, often absurd, image.
img1 = Image.open("image1.png");
img2 = Image.open("image2.png");
blended_image = img1 + img2;