摘要: import imghdr import time from io import BytesIO import pyarrow.parquet as pq from PIL import Image def resize_image(img, max_side_length=768): # 打开图像 阅读全文
posted @ 2023-03-08 19:34 公众号python学习开发 阅读(121) 评论(0) 推荐(0) 编辑