python 使用PIL模塊將文字寫入到圖片上

PIL基礎 http://www.javashuo.com/article/p-nmofevca-d.htmlweb from PIL import ImageFont,ImageDraw,Image image=Image.open(‘djjd.jpg’)svg drawobj=ImageDraw.Draw(image)字體 text=‘hello world’ #位置 文本 顏色 drawob
相關文章
相關標籤/搜索