Search:

Type: Posts; User: babyboy10777

Search: Search took 0.01 seconds.

  1. Ken - "Please just stick to code tags - the...

    Ken - "Please just stick to code tags - the universally applied extra fonts and bold type are overkill" - I use a text preprocessor that automatically formats code to Courier New bold 10, which is...
  2. Ok, here's what I have so far. The DirectDraw...

    Ok, here's what I have so far. The DirectDraw version works, but the WinAPI HBITMAP version does not.


    /**************************** IMAGE.H ***************************/

    #define DD // default...
  3. Hi Salem. Thanks for responding. What do they...

    Hi Salem. Thanks for responding.

    What do they mean by "entries"? I assume they are referring to index 1 of the palette[0]. This would correspond to bytes 0-1 (16BPP) or 0-2 (24BPP), but it was not...
  4. Create 16/24BPP HBITMAP from pixel array

    Hi. I'm interesting in creating 16/24BPP WinAPI Bitmaps manually for a custom
    image file format. My CreateBitmap(...) code works for 32BPP, but not 16/24BPP.




    /* Create 32BPP HBITMAP...
Results 1 to 4 of 5