前段时间学习pillow写的,可以通过改变font_map改变转换的深度和字符.思路是先转换黑白大小,读取黑白值取范围读font_map转变. from PIL import Image,ImageDraw,ImageFont import os import time def save(img,file_name) : if os.path.isfile(file_name+'.jpg') : save(img,file_name+'-') else : img.save(file_name+…