python PIL/cv2/base64相互轉換

       PIL和cv2是python中兩個經常使用的圖像處理庫,PIL通常是anaconda自帶的,cv2是opencv的python版本。base64在網絡傳輸圖片的時候常常用到。python ##PIL讀取、保存圖片方法 from PIL import Image img = Image.open(img_path) img.save(img_path2) ##cv2讀取、保存圖片方
相關文章
相關標籤/搜索