|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing Truevision TGA files. More...
#include "rwimg.h"Macros | |
| #define | TGASIZE 18 |
Functions | |
| struct | __attribute__ ((packed)) TGAhead |
| int | readTGA (Bimage *p, int readdata) |
| Reading a Truevision TGA image file format. More... | |
| int | writeTGA (Bimage *p) |
| Writing a Truevision TGA map image file format. More... | |
Header file for reading and writing Truevision TGA files.
Format: Truevision image file format
| #define TGASIZE 18 |
| struct __attribute__ | ( | (packed) | ) |
| int readTGA | ( | Bimage * | p, |
| int | readdata | ||
| ) |
Reading a Truevision TGA image file format.
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| int writeTGA | ( | Bimage * | p | ) |
Writing a Truevision TGA map image file format.
| *p | the image structure. |