还在愁斗图没有表情包吗?so让你斗图更加疯狂吧!...素材处理
利用图片处理工具,将bj.jpg处理为300*300
安装依赖
pip install image
将背景图和表情合成
from PIL import Image, ImageDraw, ImageFont...img = Image.open("bj.jpg")
jgz = Image.open("11.png")
img.paste(jgz,(90,50))
img.show()
img.save("Python...simhei.ttf', 24)
draw.text((60, 230),"来啊~快活啊 \n 反正有大把时光",fill=(0,0,0), font=ttfront)
img.show()
img.save("Python