I want to create a bitmap that is based from data i have created from various processes that is stored in an array.
I need to write the bitmap FileHeader and bitmap InfoHeader to a file then append the data from the array into the file.
Please can someone show me how to do this or better still, provide code that will enable me to do this. Most code i have seen involves using API calls to fill a picture box then change its size etc. I do not want to do this, i just want to save a bmp file to disk based on data i have stored in an array.
Thankyou
Simon
I need to write the bitmap FileHeader and bitmap InfoHeader to a file then append the data from the array into the file.
Please can someone show me how to do this or better still, provide code that will enable me to do this. Most code i have seen involves using API calls to fill a picture box then change its size etc. I do not want to do this, i just want to save a bmp file to disk based on data i have stored in an array.
Thankyou
Simon