当前位置:网站首页>flutter Uint8List格式的图片和File格式图片的互相转换
flutter Uint8List格式的图片和File格式图片的互相转换
2022-07-01 10:41:00 【氤氲息】
file格式图片转成Uint8List格式的图片
Uint8List imageByte;
imageByte = await widget.image.readAsBytes();
//将回调拿到的Uint8List格式的图片转换为File格式
SaveImage(Uint8List imageByte) async {
//获取临时目录
var tempDir = await getTemporaryDirectory();
//生成file文件格式
var file =
await File('${
tempDir.path}/image_${
DateTime.now().millisecond}.jpg')
.create();
//转成file文件
file.writeAsBytesSync(imageByte);
print("${file.path}");
setState(() {
path = file.path;
// turn(file);
_imageUint8=imageByte;
});
}
边栏推荐
- [encounter Django] - (II) database configuration
- CRC check
- Rising Stars in Plant Sciences (RSPS2022) Finalist科学演讲会(6.30晚9点)
- SQL SERVER2014删除数据库失败,报错偏移量0x0000...
- IDEA运行报错Command line is too long. Shorten command line for...
- 678. 有效的括号字符串
- 《百年巨匠》数字藏品中奖名单公布
- [matytype] insert MathType inter line and intra line formulas in CSDN blog
- 442. duplicate data in array
- Prism journal navigation button usability exploration record
猜你喜欢

CodeBlocks 左侧项目栏消失,workspace 自动保存项目,Default workspace,打开上次的workspace,工作区(图文教程,已解决)

106. 从中序与后序遍历序列构造二叉树
![[.NET6]使用ML.NET+ONNX预训练模型整活B站经典《华强买瓜》](/img/b3/b117481fba7257453011e4cdb1eaaa.png)
[.NET6]使用ML.NET+ONNX预训练模型整活B站经典《华强买瓜》

Rising Stars in Plant Sciences (RSPS2022) Finalist科学演讲会(6.30晚9点)

12 product management platforms that everyone is using
![[paper reading] trajectory guided control prediction for end to end autonomous driving: a simple yet strong Ba](/img/fa/f2d24ee3dbbbe6332c84a82109338e.png)
[paper reading] trajectory guided control prediction for end to end autonomous driving: a simple yet strong Ba

程序员都想去国企?技术落后薪资低,躺平几年出来都找不到工作...

Japanese professor sues Intel FPGA and SOC products for infringing a design patent

12.Gateway新一代网关

【MPC】①二次规划问题MATLAB求解器quadprog
随机推荐
爬虫(2) - Requests(1) | Requests模块的深度解析
Simulink simulation circuit model of open loop buck buck buck chopper circuit based on MATLAB
.NET 5.0+ 无需依赖第三方 原生实现定时任务
缺少比较器,运放来救场!(运放当做比较器电路记录)
[MPC] ① quadratic programming problem matlab solver quadprog
Valgrind usage of memory leak locating tool
新一代云原生数据库的设计与实践
[dark horse morning post] Yu Minhong said he never looked at the stock price of New Oriental; Hengchi 5 will start pre-sale in July; Naixue virtual stock or suspected of illegal fund-raising; From Jul
SQL server2014 failed to delete the database, with an error offset of 0x0000
中国探月工程独家藏品限量发售!
Addition, deletion, modification and query of database
The list of winners of the digital collection of "century master" was announced
Crawler (2) - requests (1) | deep parsing of requests module
678. 有效的括号字符串
Continue to advance, and softcom power steadily promotes cloud intelligence strategy
CentOS configures discuz prompt, please check whether the MySQL module is loaded correctly
零基础入门测试该学什么?最全整理,照着学就对了
有大佬知道这是为啥吗?表结构都是刚直接复制的源表 mysql-cdc
Error: missing revert data in call exception
Handling distributed transactions with powerful dbpack (PHP tutorial)