#include <iostream>
#include <fstream>
Zobrazit zdrojový text tohoto souboru.
Třídy |
struct | TGAheader |
Definice maker |
#define | ALIGN_TO_BYTES 16 |
Definice typů |
typedef unsigned char | BYTE |
typedef unsigned short | WORD |
Funkce |
template<class DataType > |
DataType * | loadWrapAlignTGA (const char *name, int r, int *widthStep, Size *size) |
template<class DataType > |
int | saveTGA (const char *name, DataType *image, int widthStep, Size size) |
Dokumentace k definicím maker
#define ALIGN_TO_BYTES 16 |
Dokumentace definic typů
typedef unsigned char BYTE |
typedef unsigned short WORD |
Dokumentace funkcí
template<class DataType >
DataType* loadWrapAlignTGA |
( |
const char * |
name, |
|
|
int |
r, |
|
|
int * |
widthStep, |
|
|
Size * |
size | |
|
) |
| | |
template<class DataType >
int saveTGA |
( |
const char * |
name, |
|
|
DataType * |
image, |
|
|
int |
widthStep, |
|
|
Size |
size | |
|
) |
| | |