bmp.h File Reference
#include "gfx_type.h"
Go to the source code of this file.
|
Data Structures |
struct | BmpInfo |
struct | BmpData |
struct | BmpBuffer |
Defines |
#define | BMP_BUFFER_SIZE 1024 |
Functions |
void | BmpInitializeBuffer (BmpBuffer *buffer, FILE *file) |
bool | BmpReadHeader (BmpBuffer *buffer, BmpInfo *info, BmpData *data) |
bool | BmpReadBitmap (BmpBuffer *buffer, BmpInfo *info, BmpData *data) |
void | BmpDestroyData (BmpData *data) |
Detailed Description
Definition in file bmp.h.