Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Write an Image with raw pixel Data: (1 Item)
   
Write an Image with raw pixel Data  
Hello :)

i want to write a .bmp file from raw pixel data.
My Programm i have, listen on the ethernet for my Client and accept the Client when he connects. The Client send some 
data and there are raw pixel data.
With a function named "const unsigned int* GetImage()" i get a pointer to the first pixel. My Pictures are 320(W) x 
240(H).
Now how can i display or save the raw pixel data?

i hope for hints :)

with best regards