SDL Wiki
(This function is part of SDL_image, a separate library from SDL.)

IMG_ReadXPMFromArray

Load an XPM image from a memory array.

Syntax

SDL_Surface * IMG_ReadXPMFromArray(char **xpm);

Function Parameters

xpm a null-terminated array of strings that comprise XPM data.

Return Value

Returns a new SDL surface, or NULL on error.

Remarks

The returned surface will be an 8bpp indexed surface, if possible, otherwise it will be 32bpp. If you always want 32-bit data, use IMG_ReadXPMFromArrayToRGB888() instead.

When done with the returned surface, the app should dispose of it with a call to SDL_FreeSurface().

Version

This function is available since SDL_image 2.0.0.


CategoryAPI


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.