How do you convert a byte array to a Bitmap instance (.NET)?

前端 未结 3 909
隐瞒了意图╮
隐瞒了意图╮ 2021-01-04 02:14

I am working with cameras (in this case monochrome) in VB.NET. The API of the cameras is in C++ and the manufacturer provides wrappers. As is typical in these cases, the ima

3条回答
  •  误落风尘
    2021-01-04 03:17

    Seems like all your cameras are of same type, so the images data. I don't know if this is possible in your case, but could you create a this "full bitmap" from any image and then just use header as a template (since it will be same for all images).

提交回复
热议问题