用python簡單處理圖片(3):添加水印

python版本:3.4python Pillow版本:3.0post 1、添加文字水印spa from PIL import Image, ImageDraw,ImageFont im = Image.open("d:/pic/lena.jpg").convert('RGBA') txt=Image.new('RGBA', im.size, (0,0,0,0)) fnt=ImageFont.tr
相關文章
相關標籤/搜索