ISL_LoadJPGImage
Loads specified *.jpg image to an allocated memory location.
bool ISL_LoadJPGImage
(
const char *filename,
unsigned char *mem,
); |
Parameters
| filename |
Name of saving file. |
| mem |
Allocated memory location where will be loaded *.jpg image. |
Return value
If successful then TRUE is returned, else FALSE is returned.
|