img.paste(img5, img5_xy, img5) #img 对象上粘贴 img5
#打开图像的a通道 img = img.convert('RGBA') img5 = img5.convert('RGBA')