Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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