python:实现将照片右上角加上红色的数字
from PIL import Image, ImageDraw, ImageFont
def add_num(picPath, num):
img = Image.open(picPath)
xSize, ySize
from PIL import Image, ImageDraw, ImageFont
def add_num(picPath, num):
img = Image.open(picPath)
xSize, ySize