读取图片宽高信息,打包大小最小的模块matplotlib
想要写个读取图片宽高的脚本,结果使用cv2和PIL,imageio模块在用pyinstaller打包后,大小都在300mb以上,气死了,最终结果使用matplotlib 模块,打包结果为4.6mb,这才对嘛.# coding:utf-8 import cv2import imageiofrom scipy import miscfrom PIL import Imagefrom matplotlib import pyplot as plt image_path = "./images