os, base64


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



###base64编码转换图片
tbase64.b64decode(str)
(,) ff.write(t)