Bitmaps in raw arrays
Bitmaps in raw arrays
(OP)
I'm using ffmpeg to stream video. I finally have a raw data array with the pixel info in it (RGB32). I'd like to be able to render this in a windows app using BitBlt or similar.
The problem is however, I don't know how to associate a DC with my raw memory array? Any suggestions on how to go about this?
Thanks
K
The problem is however, I don't know how to associate a DC with my raw memory array? Any suggestions on how to go about this?
Thanks
K
RE: Bitmaps in raw arrays
------------------
When you do it, do it right.