Stitch ImagesWarningThis post is more than a year old. Information may be outdated.pyfrom PIL import Image image1 = Image.open('1.jpg') image2 = Image.open('2.jpg') total_height = image1.height + image2.height Backlinks1231109Comments