#include <sstream>#include <fstream>#include "iostream"#include "ioTGA.hpp"#include "ImageException.hpp"#include "Image.hpp"

Go to the source code of this file.
Classes | |
| struct | kn::str_TGA_Header_loader |
Namespaces | |
| namespace | kn |
Typedefs | |
| typedef struct kn::str_TGA_Header_loader | kn::TGA_Header_loader |
Functions | |
| void | kn::readingError (std::ifstream &is, unsigned char *tab) |
| unsigned char * | kn::readColorTGANoCompress (std::ifstream &is, TGA_Header_loader *tgaheader, int &nb_component_per_pixel) |
| unsigned char * | kn::readColorTGACompress (std::ifstream &is, TGA_Header_loader *tgaheader, int &nb_component_per_pixel) |
| int | kn::loadTGA (Image< unsigned char > &res, const std::string &filename) |
| Loader function for TGA image. | |
1.5.8