标签:宽度 sha new 图像 highlight idt ima 取图 bsp
Stream stream = new MemoryStream(data);
BinaryReader r = new BinaryReader(stream);
int iRawImageWidth = r.ReadInt32();//读取图像的宽度
int iRawImageHeight = r.ReadInt32();//读取图像的高度
标签:宽度 sha new 图像 highlight idt ima 取图 bsp
原文地址:https://www.cnblogs.com/gaara-zhang/p/9705434.html