• 00
  • :
  • 00
  • :
  • 00
摘要: python3: img_path = ' ' im = cv2.imdecode(np.fromfile(img_path,dtype = np.uint8),-1) save_path = ' ' cv2.imencode('.jpg',im)[1].tofile(save_path) pyth 阅读全文
posted @ 2021-01-07 20:44 Garson_Zhang 阅读(316) 评论(0) 推荐(0) 编辑