C++ Code for 32-bit Windows | |
---|---|
bmpdefs.h |
Microsoft Windows bitmap (BMP) structure and type definitions. |
bmpfile.hpp bxdump.cpp bxopen.cpp bxread.cpp bxwrite.cpp | Microsoft Windows bitmap (BMP) file I/O library class. |
bmpdump.cpp |
Utility to dump the contents of a Windows bitmap (BMP) graphics file. |
bmptest1.cpp |
Simple test program for the BMP file I/O class. |
C Code for 16-bit DOS (obsolete) | |
---|---|
bmp.h |
Microsoft Windows bitmap (BMP) file I/O library definitions. |
bmp1.c bmp2.c bmp3.c bmp4.c bmp5.c bmp6.c |
Microsoft Windows bitmap (BMP) file I/O library functions and variables. |
bin2bmp.cpp |
Utility to convert a binary data file into a BMP bitmap image file. |
bmpdump.c |
Utility to dump the contents of a Windows bitmap (BMP) graphics file. |