Entry in image format table. More...
Public Attributes | |
const char * | name |
const char * | desc |
const char * | exts |
const jas_image_fmtops_t | ops |
int | enabled |
Entry in image format table.
const char* jas_image_fmt_t::desc |
A short description of the format.
int jas_image_fmt_t::enabled |
A boolean flag indicating if the format is enabled.
const char* jas_image_fmt_t::exts |
A whitespace delimited list of file extensions associated with the format.
const char* jas_image_fmt_t::name |
A unique name identifying the format.
const jas_image_fmtops_t jas_image_fmt_t::ops |
The operations for the format (e.g., encode, decode, and validate).