[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int IMG_isXPM(SDL_RWops *src)
If the XPM format is supported, then the image data is tested to see if it is readable as a XPM, otherwise it returns false (Zero).
Returns: 1 if the image is a XPM and the XPM format support is compiled into SDL_image. 0 is returned otherwise.
|
See Also:
3.2.8 IMG_LoadXPM_RW,
3.2.3 IMG_LoadTyped_RW