zhangxinba 发表于 2018-8-12 08:00:04

Python base64 和图片相互转换

os, base64  

  

  
###图片转换为base64编码
  
(,) faf.read()
  
strbase64.b64encode(a)
  
str
  

  

  

  
###base64编码转换图片
  
tbase64.b64decode(str)
  
(,) ff.write(t)
页: [1]
查看完整版本: Python base64 和图片相互转换