Python base64 和图片相互转

发布时间:2019-08-27 08:02:31编辑:auto阅读(1762)



    os, base64
    
    
    ###图片转换为base64编码
    (,) faf.read()
    strbase64.b64encode(a)
    str
    
    
    
    ###base64编码转换图片
    tbase64.b64decode(str)
    (,) ff.write(t)


关键字