Discussion:
Displaying a bitmap (WinDrawBitmap)
(too old to reply)
Young
2003-11-03 05:45:01 UTC
Permalink
If I have a buffer, i.e. char buf[1024], that contains a bitmap binary image
obtained on the fly, how can I display (or draw) this color image (from the
buf[]) on the screen?

If some one could show me some sample C code, I really appreciate.
Young
2003-11-04 06:34:04 UTC
Permalink
If I have a buffer, i.e. char buf[1024], that contains a bitmap binary image
obtained on the fly (i.e. a bitmap image that is directly transfered from a
desktop computer via network), how can I display (or draw) this color image
(from the buf[]) on the screen? Does this kind of bitmap image obtained from
a desktop system belong to BitmapTypeV0, V1, V2, or V3?

If some one could show me some sample C code, I really appreciate.
Post by Young
If I have a buffer, i.e. char buf[1024], that contains a bitmap binary image
obtained on the fly, how can I display (or draw) this color image (from the
buf[]) on the screen?
If some one could show me some sample C code, I really appreciate.
Loading...