Utility class for loading resources from memory. More...
#include <SResProvider.h>
Static Public Member Functions | |
static IBitmapS * | LoadImage (LPVOID pBuf, size_t size) |
Loads an image from a memory buffer. | |
static IImgX * | LoadImgX (LPVOID pBuf, size_t size) |
Loads an image from a memory buffer as an IImgX object. | |
Utility class for loading resources from memory.
Definition at line 20 of file SResProvider.h.
|
static |
Loads an image from a memory buffer.
pBuf | Pointer to the memory buffer containing the image data. |
size | Size of the memory buffer. |
Definition at line 22 of file SResProvider.cpp.
|
static |
Loads an image from a memory buffer as an IImgX object.
pBuf | Pointer to the memory buffer containing the image data. |
size | Size of the memory buffer. |
Definition at line 39 of file SResProvider.cpp.