摘要: import os from PIL import Image import tqdm def delete_images_with_height_greater_than_width(folder_path): # 遍历文件夹 for root, dirs, files in os.walk(fo 阅读全文
posted @ 2024-01-25 18:36 不上火星不改名 阅读(36) 评论(0) 推荐(0)