#include <string>#include "Image.hpp"


Go to the source code of this file.
Namespaces | |
| namespace | kn |
Enumerations | |
| enum | kn::TGA_file_type { kn::NONE_TGA = 0, kn::INDEXED_TGA = 1, kn::COLOR_TGA = 2, kn::GS_TGA = 3, kn::INDEXED_RLE_TGA = 9, kn::COLOR_RLE_TGA = 10, kn::GS_RLE_TGA = 11 } |
Functions | |
| int | kn::loadTGA (Image< unsigned char > &res, const std::string &filename) |
| Loader function for TGA image. | |
1.5.8