打开: image = cv2.imdecode(np.fromfile(路径, dtype=np.uint8), 1) 保存: cv2.imencode(".jpg", image)[1].tofile(路径)