#include <stdio.h>
#include <stdlib.h>
#include "BMP.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) | |
Variables | |
const size_t | LAYER_H_WIDTH = 176 |
const size_t | LAYER_H_HEIGHT = 144 |
const size_t | LAYER_H_RAWSIZE = 3 * LAYER_H_WIDTH * LAYER_H_HEIGHT |
|
Definition at line 20 of file layerh2bmp.cc. References LAYER_H_RAWSIZE, and BMP::SaveRawDataAsCDT(). |
|
Definition at line 17 of file layerh2bmp.cc. |
|
Definition at line 18 of file layerh2bmp.cc. Referenced by main(). |
|
Definition at line 16 of file layerh2bmp.cc. |