Initialization and Clean Up. More...
Functions | |
| JAS_DLLEXPORT int | jas_init (void) |
| Initialize the JasPer library. More... | |
| JAS_DLLEXPORT void | jas_cleanup (void) |
| Perform any clean up for the JasPer library. More... | |
Initialization and Clean Up.
| JAS_DLLEXPORT void jas_cleanup | ( | void | ) |
Perform any clean up for the JasPer library.
This function performs any clean up for the JasPer library.
| JAS_DLLEXPORT int jas_init | ( | void | ) |
Initialize the JasPer library.
This function must be called before any other code in the JasPer library is invoked. This function registers the codecs that are enabled by default.