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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reading a BMP file

Status
Not open for further replies.

kshk

Programmer
Aug 28, 2002
8
IN
i am doing a project on digital watermarking. how can i read a BMP file into memory
 
I don't think the question you asked is probably what you really need, but just in case i'm wrong about that...

>> how can i read a BMP file into memory

The same way you read any other file into memory. Allocate the memory buffer, open the file for reading, copy the data from the file to the memory buffer.


-pete
[sub]I just can't seem to get back my IntelliSense[/sub]
 
Ages ago there used to be an article somewhere in the Dr Dobbs website that dealt with digital watermarking. I can't remember where, though... Sorry.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top