#include "ccfile.h"#include "dibconv.h"#include "dibutil.h"Go to the source code of this file.
Classes | |
| class | OutputDIB |
| Contains functions to write a DIB to a Windows BMP in segments, optionally with compression, optionally converting from one depth to another. To use: Open a CCFile for write. Call StartFile to write out the header. Call WriteBlock to write out each block of the bitmap, starting from low memory. When you're done, call TidyUp. More... | |
1.4.4