tw, th = draw.textsize(text)
修改为
left, top, right, bottom = draw.textbbox((0, 0), text)
tw, th = right - left, bottom - top
tw, th = draw.textsize(text)
修改为
left, top, right, bottom = draw.textbbox((0, 0), text)
tw, th = right - left, bottom - top
上一篇:python图片裁剪
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M