Functions | |
bool | CxImage::Decode (BYTE *buffer, DWORD size, DWORD imagetype) |
bool | CxImage::Decode (CxFile *hFile, DWORD imagetype) |
bool | CxImage::Decode (FILE *hFile, DWORD imagetype) |
bool | CxImage::Load (const TCHAR *filename, DWORD imagetype=0) |
bool | CxImage::LoadResource (HRSRC hRes, DWORD imagetype, HMODULE hModule=NULL) |
|
Loads an image from memory buffer
|
|
Loads an image from CxFile object
|
|
Loads an image from file handle.
|
|
Reads from disk the image in a specific format.
|
|
Loads an image from the application resources.
|