Image format information. More...
#include <jas_image.h>
Public Attributes | |
int | id |
char * | name |
char ** | exts |
int | enabled |
char * | desc |
jas_image_fmtops_t | ops |
Image format information.
char* jas_image_fmtinfo_t::desc |
A brief description of the format.
int jas_image_fmtinfo_t::enabled |
A boolean flag indicating if this format is enabled.
char** jas_image_fmtinfo_t::exts |
The table of file name extensions associated with this format.
int jas_image_fmtinfo_t::id |
The ID for this format.
char* jas_image_fmtinfo_t::name |
The name by which this format is identified.
jas_image_fmtops_t jas_image_fmtinfo_t::ops |
The operations for this format.