OS X 上如何将图片文件编码为 Base64 格式 openssl base64 -in input.png -out output.txt 相反的 openssl base64 -d -in input.txt -out input.png