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