CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    18

    Converting X11 bitmaps into Win32 bitmaps

    I've been assigned the task of converting an old X11 program to Win32.

    The program uses several X11 bitmap files that had been converted to source format via the XWriteBitmapFile() function. I need to convert these raw files into Win32 bitmap format.

    It looks like the old format was using 16-bit pixels.

    Can anyone suggest an approach?

    Thanks, RD

  2. #2
    Join Date
    May 1999
    Posts
    18
    Problem solved.

    Cheers, RD

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured