Images


Functions

void KT_LoadBmp (int screen, const char *name)
 Load a BMP Image. You must init a 8 or a 16 bit BG before.
void KT_LoadJpeg (int screen, const char *name)
 Load a JPEG Image. You must init a 16 bit BG before.
void KT_LoadGif (int screen, const char *name, s16 x, s16 y)
 Load a JPEG Image. You must init a 8 bit BG before.

Detailed Description

Images load functions

Function Documentation

void KT_LoadBmp ( int  screen,
const char *  name 
)

Load a BMP Image. You must init a 8 or a 16 bit BG before.

Parameters:
screen screen... (0 - 1).
name Name of the BMP (ex : for "bg.BMP", you should use : "bg"). 1024 car max.

void KT_LoadGif ( int  screen,
const char *  name,
s16  x,
s16  y 
)

Load a JPEG Image. You must init a 8 bit BG before.

Parameters:
screen screen... (0 - 1).
name Name of the GIF (ex : for "bg.GIF", you should use : "bg"). 1024 car max.
x Coord X of the GIF.
y Coord Y of the GIF.

void KT_LoadJpeg ( int  screen,
const char *  name 
)

Load a JPEG Image. You must init a 16 bit BG before.

Parameters:
screen screen... (0 - 1).
name Name of the JPEG (ex : for "bg.JPG", you should use : "bg"). 1024 car max.


Generated on Tue Aug 19 17:30:55 2008 for KT_Lib by  doxygen 1.5.6