|
Enumerations |
enum | {
ERROR_NO_ERROR = 0,
ERROR_READING_HEADER,
ERROR_READING_PALETTE,
ERROR_MEMORY,
ERROR_READ_ERROR,
ERROR_NO_FILE,
ERROR_READING_COLORS
} |
enum | ftype { MB = 19778
} |
enum | ncol { BW = 1,
IA,
RGB,
RGBA
} |
Functions |
int | bmp_error (char *buffer, int bufferlen) |
void | swapbyte (long *i) |
void | swapbyte (unsigned long *i) |
void | swapbyte (float *i) |
void | swapbyte (unsigned short *i) |
void | swapbyte (short *i) |
unsigned char * | bmp_load (const char *filename, int *width_ret, int *height_ret, int *numComponents_ret) |
Variables |
osgDB::RegisterReaderWriterProxy<
ReaderWriterBMP > | g_readerWriter_BMP_Proxy |