#include <BMPWriter.h>
Public Attributes | |
| unsigned int | headerSize |
| unsigned int | width |
| unsigned int | height |
| short | planes |
| short | bbp |
| int | compression |
| unsigned int | imagesize |
| int | resx |
| int | resy |
| unsigned int | numColor |
| unsigned int | importantColor |
Definition at line 15 of file BMPWriter.h.
| unsigned int BMPInfoHeader::headerSize |
Definition at line 17 of file BMPWriter.h.
| unsigned int BMPInfoHeader::width |
Definition at line 18 of file BMPWriter.h.
| unsigned int BMPInfoHeader::height |
Definition at line 19 of file BMPWriter.h.
| short BMPInfoHeader::planes |
Definition at line 20 of file BMPWriter.h.
| short BMPInfoHeader::bbp |
Definition at line 21 of file BMPWriter.h.
Definition at line 22 of file BMPWriter.h.
| unsigned int BMPInfoHeader::imagesize |
Definition at line 23 of file BMPWriter.h.
Definition at line 24 of file BMPWriter.h.
Definition at line 25 of file BMPWriter.h.
| unsigned int BMPInfoHeader::numColor |
Definition at line 26 of file BMPWriter.h.
| unsigned int BMPInfoHeader::importantColor |
Definition at line 27 of file BMPWriter.h.