Convert Bitmap to Byte Array

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a bitmap file that is loaded as a bitmap object. How to convert a
bitmap to byte array?

I have seen someone posted this question before but the answerings are not
straight forwad at all.

Thanks in advanced
 
If you have a bitmap file, you can open using Systm.IO.BinaryReader and load
it into a byte array.
 
Back
Top