im_format.h File Reference
Detailed Description
See Copyright Notice in im_lib.h- Id
- Exp
Go to the source code of this file.
Data Structures | |
class | imFormat |
Image File Format Driver (SDK Use Only). More... | |
Typedefs | |
typedef imFormat *(* | imFormatFunc )() |
Functions | |
imFormat * | imFormatOpen (const char *file_name, int *error) |
imFormat * | imFormatNew (const char *file_name, const char *format, int *error) |
void | imFormatRegisterAll (void) |
void | imFormatRegister (imFormatFunc format_init) |