|
bool | (unsigned char *buffer, unsigned long bufSize, tImageTGA *info) |
| load the image header fields. We only keep those that matter! More...
|
|
var | ( var buffer, var bufSize, var info) |
| load the image header fields. We only keep those that matter! More...
|
|
local | ( local buffer, local bufSize, local info) |
| load the image header fields. We only keep those that matter! More...
|
|
bool | (unsigned char *buffer, unsigned long bufSize, tImageTGA *info) |
| loads the image pixels. You shouldn't call this function directly More...
|
|
var | ( var buffer, var bufSize, var info) |
| loads the image pixels. You shouldn't call this function directly More...
|
|
local | ( local buffer, local bufSize, local info) |
| loads the image pixels. You shouldn't call this function directly More...
|
|
tImageTGA * | (unsigned char *buffer, long size) |
| this is the function to call when we want to load an image buffer. More...
|
|
var | ( var buffer, var size) |
| this is the function to call when we want to load an image buffer. More...
|
|
local | ( local buffer, local size) |
| this is the function to call when we want to load an image buffer. More...
|
|
tImageTGA * | (const char *filename) |
| this is the function to call when we want to load an image More...
|
|
void | (tImageTGA *info) |
var | ( var info) |
local | ( local info) |
void | (tImageTGA *info) |
| releases the memory used for the image More...
|
|