![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2006
Posts: 8
Rep Power: 0
![]() |
bitmaps
This may seem like a dumb question (I seem to be good at asking the questions with simple answers), but can anyone tell me how I can create a bitmap? I don't mean tiling a source bitmap. I mean creating a source bitmap.
|
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Bitmap files come in a number of formats. MSDN has a ton of information on the .dib, .bmp types. Part of the file is the actual bitmap. You might look around there.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
i found these links to be helpful. they are about the windows bitmap format.
over view: http://en.wikipedia.org/wiki/Windows_bitmap header break down: http://www.fastgraph.com/help/bmp_header_format.html more detial: http://www.fortunecity.com/skyscrape.../bmpffrmt.html just google bmp formats etc
__________________
i dont know much about programming but i try to help |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help w/ bouncing ball and bitmaps code | josec | C | 13 | Nov 14th, 2006 10:15 PM |
| Visual C++ Form Project - need to get HDC for drawing bitmaps | apcx | C++ | 1 | Feb 25th, 2006 7:15 AM |
| Q: Bitmaps & Problems (old (256col) DIBs = newDIBs ?) | thePaleontologist | C++ | 5 | Sep 8th, 2005 2:46 PM |
| compare bitmaps | scheisskopf | C++ | 20 | Aug 25th, 2005 7:55 AM |