#include </home/werner/origo/vish/modules/cal3dvish/tga.h>
List of all members.
Public Attributes
-
char Bpp
-
char colourmapdepth
-
short colourmaplength
-
short colourmaporigin
-
char colourmaptype
-
char datatypecode
-
char idlength
-
char imagedescriptor
-
short SizeX
-
short SizeY
-
short x_origin
-
short y_origin
Detailed Description
Read a TGA bitmap Le TGA file must been :
- Greyscale 8 bit per pixel uncompressed
- Color 24 bit per pixel uncompressed
- Color 32 bit per pixel uncompressed
- Color 24 bit per pixel compressed (RLE)
- Color 32 bit per pixel compressed (RLE)
- Parameters:
-
str | : File name |
dest | : Pointer on the destination Pointeur vers lequel l'image est située après la fonction |
SizeX | : width of the bitmap |
SizeY | : height of the bitmap |
Bpp | : Bit per pixel of the bitmap (8,24 or 32) |
The documentation for this class was generated from the following file: