摘要: from PIL import Image from collections import Counter import numpy as np def save_colors_to_file(image_path, output_file): # 打开图片文件 image = Image.open 阅读全文
posted @ 2024-09-16 19:45 大话人生 阅读(32) 评论(0) 推荐(0) 编辑