Compounds | |
class | FFDImpl |
Functions | |
COR_EXPORT (Image *) CorConvertImage(Image *image | |
COR_EXPORT (const char *) CorGetVersion() | |
COR_EXPORT (FileFormatDesc **) CorGetSupportedReadFormats() | |
COR_FUNCTION (const char *) CorGetVersion() | |
COR_FUNCTION (FileFormatDesc **) CorGetSupportedReadFormats() | |
COR_FUNCTION (Image *) CorCreateImage(int width | |
COR_FUNCTION (bool) CorSaveImage(const char *filename | |
COR_FUNCTION (File *) CorOpenFile(const char *name | |
COR_FUNCTION (int) CorGetPixelSize(PixelFormat format) | |
Variables | |
FFDImpl | ffPNG (FF_PNG,"PNG Files","png\0") |
FFDImpl | ffJPEG (FF_JPEG,"JPEG Files","jpeg\0jpg\0") |
FFDImpl | ffPCX (FF_PCX,"PCX Files","pcx\0") |
FFDImpl | ffBMP (FF_BMP,"BMP Files","bmp\0") |
FFDImpl | ffTGA (FF_TGA,"TGA Files","tga\0") |
FFDImpl | ffGIF (FF_GIF,"GIF Files","gif\0") |
const int | MAX_FORMAT_COUNT = 64 |
FileFormatDesc ** | g_read_formats = 0 |
FileFormatDesc ** | g_write_formats = 0 |
FileFormatDesc * | g_read_array [MAX_FORMAT_COUNT+1] = {0} |
FileFormatDesc * | g_write_array [MAX_FORMAT_COUNT+1] = {0} |
int | height |
int PixelFormat | format |
int PixelFormat void * | pixels |
int PixelFormat int | palette_size |
int PixelFormat int PixelFormat | palette_format |
FileFormat | file_format |
FileFormat Image * | image |
int | coordinate_axis |
bool | writeable |
int | size |
|
|
|
Definition at line 17 of file Corona.cpp. |
|
Definition at line 61 of file Corona.cpp. References ffBMP, ffGIF, ffJPEG, ffPCX, ffPNG, ffTGA, g_read_array, and g_read_formats. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by COR_EXPORT(). |
|
Referenced by COR_EXPORT(). |
|
Referenced by COR_EXPORT(). |
|
Referenced by COR_EXPORT(). |
|
Referenced by COR_EXPORT(). |
|
Referenced by COR_EXPORT(). |
|
Definition at line 54 of file Corona.cpp. |
|
Definition at line 55 of file Corona.cpp. Referenced by COR_EXPORT(). |
|
Definition at line 56 of file Corona.cpp. |
|
Definition at line 57 of file Corona.cpp. Referenced by COR_EXPORT(). |
|
Definition at line 58 of file Corona.cpp. |
|
|
|
|
Definition at line 327 of file corona.h. Referenced by corona::CreateImage(), and TestDeletionImage::TestDeletionImage(). |
|
Definition at line 366 of file corona.h. Referenced by corona::ConvertPalette(), corona::CreateImage(), corona::ExpandPalette(), corona::OpenPNG(), and TestDeletionImage::TestDeletionImage(). |
|
Definition at line 355 of file corona.h. Referenced by corona::OpenImage(), and corona::SaveImage(). |
|
|
Definition at line 370 of file corona.h. Referenced by corona::FlipImage(). |
|
Definition at line 374 of file corona.h. Referenced by corona::OpenFile(). |
|
Definition at line 375 of file corona.h. Referenced by allocate(), corona::CreateMemoryFile(), corona::InputFunc(), corona::CFile::read(), corona::ReadInfoHeader(), setRandomBytes(), and corona::CFile::write(). |