会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
jihite
不害怕 不着急 不要脸
博客园
新随笔
联系
订阅
管理
2020年4月2日
python String - Image 相互转换
摘要: Image2String import base64 def image_str(): with open("test.png", "rb") as imageFile: str = base64.b64encode(imageFile.read()) return str String2Image
阅读全文
posted @ 2020-04-02 10:38 jihite
阅读(1467)
评论(0)
推荐(0)
编辑
公告