string s = "FF D8 FF E0 00 10 4A 46 49 46 00 01 01 01 00 00 00 00 00 00 FF DB。。。。。。。。。。。
byte[] array = new byte[s.Length / 2];
for (int i = 0; i < s.Length / 2; i++)
{
array[i] = Convert.ToByte(s.Substring(i * 2, 2), 16);
}
MemoryStream ms = new MemoryStream(array);
Image image = Image.FromStream(ms);
image.Save("D:\\oop.jpg");
ms.Close();
十六进制码没有全部粘贴完。报错出现“未找到任何可识别的数字”
2条回答 默认 最新
悬赏问题
- ¥66 android运行时native和graphics内存详细信息获取
- ¥100 求一个c#通过CH341读取数据的Demo,能够读取指定地址值的功能
- ¥15 rk3566 Android11 USB摄像头 微信
- ¥15 torch框架下的强化学习DQN训练奖励值浮动过低,希望指导如何调整
- ¥35 西门子博图v16安装密钥提示CryptAcquireContext MS_DEF_PROV Error of containger opening
- ¥15 mes系统扫码追溯功能
- ¥40 selenium访问信用中国
- ¥20 在搭建fabric网络过程中遇到“无法使用新的生命周期”的报错
- ¥15 Python中关于代码运行报错的问题
- ¥500 python 的API,有酬谢