alex_bn_lee

导航

2021年7月26日 #

【622】Python 实现图片叠加

摘要: 1. IMAGE.ALPHA_COMPOSITE( )——实现一张背景透明图像和一张背景不透明图像的合成 2. Python PIL.Image之修改图片背景为透明 使用 Image.alpha_composite() 实现: import PIL.Image as Image layer1 = I 阅读全文

posted @ 2021-07-26 12:04 McDelfino 阅读(2217) 评论(0) 推荐(0)