关于Python base64编码 和 json格式的数据处理 url串
参考网址
http://tool.chinaz.com/tools/imgtobase/
def img_tobyte(roi):
# 类型转换 数组转为 图片格式的二进制流
img_pil = Image.fromarray(roi)
img_byte=io.BytesIO()
img_pil.save(img_byte,format&
关于Python base64编码 和 json格式的数据处理 url串
参考网址
http://tool.chinaz.com/tools/imgtobase/
def img_tobyte(roi):
# 类型转换 数组转为 图片格式的二进制流
img_pil = Image.fromarray(roi)
img_byte=io.BytesIO()
img_pil.save(img_byte,format&