import Image p1=Image.open("pilt1suurendatud.gif") p2=Image.open("pilt1.gif") p1.paste(p2, (100, 100, 200, 200)) p1.save("pilt1kleebitud.gif")