Python PIL ImageDraw 和ImageFont模塊學習

ImageDraw 原文:http://blog.csdn.net/dou_co/article/details/17618319 新建一個空白圖片爲本文作示例,新建空白文件的方法 見Image模塊,Image.new: [python]  view plain  copy import Image   blank = Image.new("RGB",[1024,768],"white")   1
相關文章
相關標籤/搜索