#include "bitfilt.h"
#include "bmpprefs.h"
Go to the source code of this file.
Classes | |
class | BMPExportOptions |
Base class for storing information about the bitmap we're exporting. More... | |
class | BMPFilter |
Encapsulates a Windows BMP export filter. Will probably import one day too. More... | |
Enumerations | |
enum | BMP_COMPRESSION { BMP_RGB = 0, BMP_RLE = 1 } |
|
Definition at line 112 of file bmpfiltr.h.
|