python:实现png转jpg
from PIL import Image, ImageDraw, ImageFont
def add_number(image_path, number):
im = Image.open(image_path)
width, height
from PIL import Image, ImageDraw, ImageFont
def add_number(image_path, number):
im = Image.open(image_path)
width, height