Chaowei0820 / Chaowei0820.github.io

3 stars 0 forks source link

Python中传统图片格式与base64转换 | Chaowei's Blog #59

Open Chaowei0820 opened 5 years ago

Chaowei0820 commented 5 years ago

http://huchaowei.com/2017/08/25/Python_Mat2base64/

Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,是一种基于64个可打印字符来表示二进制数据的方法。通过http传输图片常常将图片数据转换成base64之后再进行传输。

Chaowei0820 commented 5 years ago

0.0