Go to the source code of this file.
Functions | |
void | BMP_WriteHeader (int FileHandle, int width, int height) |
void BMP_WriteHeader | ( | int | FileHandle, |
int | width, | ||
int | height | ||
) |
Definition at line 5 of file BMP_WriteHeader.c.
References BMP_INFO::bits_per_pixel, BMP_INFO::color, BMP_INFO::compress, BMP_INFO::height, BMP_INFO::icolor, BMP_HEAD::id, BMP_INFO::img_size, BMP_INFO::info_size, LE16, LE32, BMP_HEAD::offset_h, BMP_HEAD::offset_l, BMP_INFO::plane, BMP_HEAD::size_h, BMP_HEAD::size_l, TRACEENTER, TRACEEXIT, BMP_INFO::width, BMP_INFO::x_res, and BMP_INFO::y_res.
Referenced by SaveBitmap().