Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make an bitmap file (.bmp) from a byte array?

Status
Not open for further replies.

phuongnk

Programmer
Mar 10, 2005
2
0
0
US
I'm trying to write a method that accepts a byte array (each byte is one pixel), the width and height of the image, a filename, then writes it to a grayscaled bmp file with specified name.
Any help is appreciated! Source code would be wonderful!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top