Assimp
v4.1. (December 2018)
|
Implementation of the 'assimp extract' utility. More...
Classes | |
struct | BITMAPFILEHEADER |
struct | BITMAPINFOHEADER |
struct | TGA_HEADER |
Macros | |
#define | AI_EXTRACT_WRITE_BMP_ALPHA 0x1 |
Functions | |
int | Assimp_Extract (const char *const *params, unsigned int num) |
assimp_extract utility More... | |
int | DoExport (const aiTexture *tx, FILE *p, const std::string &extension, unsigned int flags) |
int | SaveAsBMP (FILE *file, const aiTexel *data, unsigned int width, unsigned int height, bool SaveAlpha=false) |
int | SaveAsTGA (FILE *file, const aiTexel *data, unsigned int width, unsigned int height) |
Variables | |
const char * | AICMD_MSG_DUMP_HELP_E |
struct BITMAPFILEHEADER | PACK_STRUCT |
Implementation of the 'assimp extract' utility.
#define AI_EXTRACT_WRITE_BMP_ALPHA 0x1 |
int Assimp_Extract | ( | const char *const * | params, |
unsigned int | num | ||
) |
assimp_extract utility
params | Command line parameters to 'assimp extract' |
Number | of params |
int DoExport | ( | const aiTexture * | tx, |
FILE * | p, | ||
const std::string & | extension, | ||
unsigned int | flags | ||
) |
int SaveAsBMP | ( | FILE * | file, |
const aiTexel * | data, | ||
unsigned int | width, | ||
unsigned int | height, | ||
bool | SaveAlpha = false |
||
) |
int SaveAsTGA | ( | FILE * | file, |
const aiTexel * | data, | ||
unsigned int | width, | ||
unsigned int | height | ||
) |
const char* AICMD_MSG_DUMP_HELP_E |
struct TGA_HEADER PACK_STRUCT |