Functions | |
bool | CxImage::Encode (BYTE *&buffer, long &size, DWORD imagetype) |
bool | CxImage::Encode (FILE *hFile, CxImage **pImages, int pagecount, DWORD imagetype) |
bool | CxImage::Encode (CxFile *hFile, CxImage **pImages, int pagecount, DWORD imagetype) |
bool | CxImage::Encode (CxFile *hFile, DWORD imagetype) |
bool | CxImage::Encode (FILE *hFile, DWORD imagetype) |
bool | CxImage::Encode2RGBA (BYTE *&buffer, long &size) |
bool | CxImage::Encode2RGBA (CxFile *hFile) |
bool | CxImage::Save (const TCHAR *filename, DWORD imagetype) |
|
Saves to memory buffer the image in a specific format.
|
|
Saves to disk or memory pagecount images, referenced by an array of CxImage pointers.
|
|
Saves to disk or memory pagecount images, referenced by an array of CxImage pointers.
|
|
Saves to disk the image in a specific format.
|
|
Saves to disk the image in a specific format.
|
|
exports the image into a RGBA buffer, Useful for OpenGL applications.
|
|
exports the image into a RGBA buffer, Useful for OpenGL applications.
|
|
Saves to disk the image in a specific format.
|