python:实现叠加图片 import PIL.Image as Image layer1 = Image.open("1.jpg").convert('RGBA') # 底图背景 layer2 = Image.open