python图片横向合并_python – 在PIL中将背景与透明图像合并
我有一个png图像作为背景,我想为这个背景添加透明网格,但这不能按预期工作.在我应用透明网格的地方,背景图像会转换为透明.我在做:from PIL import Image, ImageDrawmap_background = Image.open(MAP_BACKGROUND_FILE).convert('RGBA')map_mesh = Image.new('RGBA', (width, he...