c# 读取blob数据
2021-07-09 16:06
阅读:305
标签:宽度 sha new 图像 highlight idt ima 取图 bsp c# 读取blob数据 标签:宽度 sha new 图像 highlight idt ima 取图 bsp 原文地址:https://www.cnblogs.com/gaara-zhang/p/9705434.html
Stream stream = new MemoryStream(data);
BinaryReader r = new BinaryReader(stream);
int iRawImageWidth = r.ReadInt32();//读取图像的宽度
int iRawImageHeight = r.ReadInt32();//读取图像的高度
评论
亲,登录后才可以留言!