im_format.h File Reference
Detailed Description
See Copyright Notice in im_lib.h- Id
- im_format.h,v 1.1 2005/04/02 22:07:00 scuri 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) |