ISL_GetJPGImageDimensions
Gets width and height of specified *.jpg image.
bool ISL_GetJPGImageDimensions
(
const char *filename,
int *width,
int *height
);
Parameters
| filename |
Name of *.jpg file. |
| width |
Output width variable. |
| height |
Output height variable. |
Return value
If successful then TRUE is returned, else FALSE is returned. |