#include <stdio.h>
#include <OPENR/ODataFormats.h>
Go to the source code of this file.
Classes | |
struct | BMPHeader |
struct | BMPInfoHeader |
class | BMP |
Variables | |
const longword | bmpcompressionRGB = 0 |
const longword | bmpcompressionRLE8 = 1 |
const longword | bmpcompressionRLE4 = 2 |
const longword | bmpcompressionRGB_MASK = 3 |
|
Definition at line 35 of file ImageCapture/ImageObserver/BMP.h. |
|
Definition at line 38 of file ImageCapture/ImageObserver/BMP.h. |
|
Definition at line 37 of file ImageCapture/ImageObserver/BMP.h. |
|
Definition at line 36 of file ImageCapture/ImageObserver/BMP.h. |