imagelib.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  targa_header_s

Typedefs

typedef struct targa_header_s targa_header_t

Functions

int TryLoadJPG (const char *path, miptex_t **mt)
 This is robbed from the engine source code, and refactored for use during map compilation.
int TryLoadTGA (const char *path, miptex_t **mt)
 This is robbed from the engine source code, and refactored for use during map compilation.
int TryLoadPNG (const char *path, miptex_t **mt)
 This is robbed from the engine source code, and refactored for use during map compilation.

Detailed Description

Definition in file imagelib.h.


Typedef Documentation


Function Documentation

int TryLoadJPG ( const char *  path,
miptex_t **  mt 
)

This is robbed from the engine source code, and refactored for use during map compilation.

Definition at line 581 of file imagelib.c.

References byte, dest, LoadJPG(), Mem_Alloc, and Mem_Free.

int TryLoadPNG ( const char *  path,
miptex_t **  mt 
)

This is robbed from the engine source code, and refactored for use during map compilation.

Definition at line 410 of file imagelib.c.

References byte, dest, LoadPNG(), Mem_Alloc, and Mem_Free.

int TryLoadTGA ( const char *  path,
miptex_t **  mt 
)

This is robbed from the engine source code, and refactored for use during map compilation.

Definition at line 237 of file imagelib.c.

References byte, dest, LoadTGA(), Mem_Alloc, and Mem_Free.


Generated by  doxygen 1.6.2