I use PIL, more precisely actual fork Pillow. How can a white block be added to the used image downwards, thereby expanding the image?
fd = urllib.urlopen("http://img13.wikimart.ru/7e/7d/f76af011-5f3d-4f81-94b5-16633e7d7e0b.jpeg") image_file = io.BytesIO(fd.read()) img = Image.open(image_file)