給圖片添加水印

# 先安裝pillow,安裝命令:pip install pillow from PIL import Image, ImageDraw, ImageFont # 字體後綴 都是ttf font = ImageFont.truetype('jww.ttf', 24) # image: 圖片 text:要添加的文本 font:字體 def add_text_to_image(image, te
相關文章
相關標籤/搜索