That I figured out. You answered my question.
M
Mukund Pradeep
@Mukund Pradeep
Posts
-
binary data to image VC++ -
binary data to image VC++True. But when I posted the question I had no idea about how the image was rendered onto the window.
-
binary data to image VC++Nothing right now. I wanted an overview as to how people would approach the problem.
-
binary data to image VC++Yes the image data is passed from a scanner.. I am consolidating the data received in 4k chunks and displaying the image in a window.
-
binary data to image VC++Thank you. Its proving difficult as I am not used to working with hardware in C++.
-
binary data to image VC++Thanks
-
binary data to image VC++I am receiving Binary data of an image in 4K chunks through USB. I need to get this data and display the complete image(as GIF) using VC++. Please show me the way(examples preferred).