当前位置:网站首页>JS——图片转base码 、base转File对象
JS——图片转base码 、base转File对象
2022-07-02 00:15:00 【一只漫步前行的羊】
【图片转base码】
function imgToBase(url){
let img = document.createElement("img")
img.src = url
img.setAttribute("crossOrigin",'Anonymous')
let canvas = document.createElement("canvas");
canvas.width = img.width;
canvas.height = img.height;
let ctx = canvas.getContext("2d");
ctx.drawImage(img, 0, 0, img.width, img.height);
return canvas.toDataURL();
}
//调用
imgToBase("https://img1.baidu.com/it/u=3382370226,1921570240&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=320")

【base码转File对象】
//base-base码
//name-文件名
function baseToFile(base, name) {
var arr = base.split(','),
mime = arr[0].match(/:(.*?);/)[1],
bstr = atob(arr[1]),
n = bstr.length,
u8arr = new Uint8Array(n)
while (n--) {
u8arr[n] = bstr.charCodeAt(n)
}
return new File([u8arr], name, {
type: mime,
})
}
//调用
baseToFile(base,"fileName.jpg")

边栏推荐
- 智能运维实战:银行业务流程及单笔交易追踪
- Correlation - intra group correlation coefficient
- S32Kxxx bootloader之UDS bootloader
- 13 MySQL constraint
- PHP reads ini or env type configuration
- [Qt] résoudre le problème que Qt msvc 2017 ne peut pas Compiler
- leetcode96不同的二叉搜索树
- [QT] qtcreator uninstall and installation (abnormal state)
- Record the accidental success and failure of uploading large files
- Operate database transactions with jpatractionmanager
猜你喜欢

Mysql database driver (JDBC Driver) jar package download
![Comprehensive usage and case questions of sub query of SQL data analysis [patient sorting]](/img/24/d9a48a0f76cde65421edda04d0f854.png)
Comprehensive usage and case questions of sub query of SQL data analysis [patient sorting]

Selectively inhibiting learning bias for active sampling
![[QT] QT cannot find a solution to the compiler using msvc2017](/img/80/a4b17d6cc1ab6fe1366a3a3f43ec2e.png)
[QT] QT cannot find a solution to the compiler using msvc2017
![Flow control statement of SQL data analysis [if, case... When detailed]](/img/7b/eabb0700936d34a3a145737580be88.png)
Flow control statement of SQL data analysis [if, case... When detailed]

Learn online case practice

S32Kxxx bootloader之UDS bootloader

Windows installation WSL (II)

Use vb Net to convert PNG pictures into icon type icon files

Huawei HMS core joins hands with hypergraph to inject new momentum into 3D GIS
随机推荐
LDR6035智能蓝牙音响可对手机设备持续充放电方案
Comprehensive usage and case questions of sub query of SQL data analysis [patient sorting]
智能运维实战:银行业务流程及单笔交易追踪
电商RPA机器人,助力品牌电商抢立流量高点
Cmake engineering related
vue 强制清理浏览器缓存
【QT】Qt 使用MSVC2017找不到编译器的解决办法
Shell custom function
leetcode96不同的二叉搜索樹
ADO. Net SqlCommand object
[QT] qtcreator uninstall and installation (abnormal state)
ADO. Net SqlDataAdapter object
[QT] solve the problem that QT MSVC 2017 cannot compile
Kubernetes resource object introduction and common commands (III)
How to improve data quality
Jielizhi, production line assembly link [chapter]
一个实习生的CnosDB之旅
LDR6035智能蓝牙音响可充可放(5.9.12.15.20V)快充快放设备充电
PWN attack and defense world cgpwn2
Soft exam information system project manager_ Compiled abbreviations of the top ten management processes to help memory recitation - -- software test advanced information system project manager 054