Stream stream = new MemoryStream(data);
            BinaryReader r = new BinaryReader(stream);
            int iRawImageWidth = r.ReadInt32();//读取图像的宽度
            int iRawImageHeight = r.ReadInt32();//读取图像的高度

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-08-03
  • 2021-04-18
  • 2022-12-23
猜你喜欢
  • 2022-01-26
  • 2021-11-28
  • 2021-11-25
  • 2021-06-03
  • 2021-07-14
  • 2022-12-23
相关资源
相似解决方案