Convert Bitmap to Byte Array

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
 
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top