Compounds | |
| struct | image::tga::header_t |
Typedefs | |
| typedef unsigned char | byte |
Functions | |
| image_t * | load (const std::string &filename) |
| Loads the TGA from the file filename. More... | |
| image_t * | load (std::istream &stream) |
Loads the TGA from the stream filename. More... | |
| bool | can_load (const std::string &filename) |
| Determines if filename is a loadable TGA. More... | |
| bool | can_load (std::istream &stream) |
| Determines if filename is a loadable TGA. More... | |
|
|
Determines if filename is a loadable TGA.
Definition at line 124 of file tga_image.cpp. |
|
|
Determines if filename is a loadable TGA.
Definition at line 103 of file tga_image.cpp. |
|
|
Loads the TGA from the
Definition at line 31 of file tga_image.cpp. |
|
|
Loads the TGA from the file filename.
Definition at line 10 of file tga_image.cpp. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002