前端实现Base64图片压缩
背景
对接后端或者第三方的时候,后端或第三方要求前端传递base64编码并要求其大小不能大于5KB。
思路
- base64编码和文件大小的关系?
https://blog.csdn.net/chenyejunjun/article/details/54924355 - 用上面的base64编码使用下面的地址转换成图片
https://www.lddgo.net/convert/base64-to-image - 下载上面的图片,鼠标右键查看图片的字节数,然后和上面解析得到的结果是一样的
可以使用下面的工具来查看字节和kb之间的换算
https://www.toolhelper.cn/Digit/ByteCalc