- 博客(2)
- 收藏
- 关注
转载 base64、PIL和cv2图片类型互转
base64图片的读取与存储import base64def get_base64_image(path): """open image and convert to base64""" with open(path, 'rb') as f: image_base64 = base64.b64encode(f.read()).decode() return image_base64def save_base_64_image(path, image_base
2022-01-13 15:30:00 670
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人