victoryhighway2
Programmer
Hello,
I'm working on an application that needs to read a 256 color BMP file into a byte array and then download it into an embedded device.
The download portion is already working (it's been tested using an external application that converts the BMP into a text file (with one byte per line.)
What I would like to do is have the BMP to Byte conversion in my VB6 application.
I have found a class module that will give me the height, width and other information from a BMP file (which is helpful), but I also need the image data itself.
Does anyone have any suggestions on how to approach this?
Thanks in advance,
Geoffrey
I'm working on an application that needs to read a 256 color BMP file into a byte array and then download it into an embedded device.
The download portion is already working (it's been tested using an external application that converts the BMP into a text file (with one byte per line.)
What I would like to do is have the BMP to Byte conversion in my VB6 application.
I have found a class module that will give me the height, width and other information from a BMP file (which is helpful), but I also need the image data itself.
Does anyone have any suggestions on how to approach this?
Thanks in advance,
Geoffrey