opj_msg_callback warning_handler
Warning message callback if available, NULL otherwise.
Definition: openjpeg.h:187
Message handler object used for.
Definition: openjpeg.h:183
void(* opj_msg_callback)(const char *msg, void *client_data)
Callback function prototype for events.
Definition: openjpeg.h:172
#define EVT_WARNING
Warning event type.
Definition: event.h:36
opj_event_mgr_t *OPJ_CALLCONV opj_set_event_mgr(opj_common_ptr cinfo, opj_event_mgr_t *event_mgr, void *context)
Definition: event.c:65
opj_msg_callback info_handler
Debug message callback if available, NULL otherwise.
Definition: openjpeg.h:189
#define OPJ_TRUE
Definition: openjpeg.h:64
opj_bool opj_event_msg(opj_common_ptr cinfo, int event_type, const char *fmt,...)
Write formatted data to a string and send the string to a user callback.
Definition: event.c:76
Definition: openjpeg.h:430
#define EVT_INFO
Debug event type.
Definition: event.h:37
int opj_bool
Definition: openjpeg.h:63
#define EVT_ERROR
Error event type.
Definition: event.h:35
opj_bool opj_event_msg(opj_common_ptr cinfo, int event_type, const char *fmt,...)
Write formatted data to a string and send the string to a user callback.
Definition: event.c:76
#define OPJ_FALSE
Definition: openjpeg.h:65
#define OPJ_CALLCONV
Definition: openjpeg.h:45
opj_msg_callback error_handler
Error message callback if available, NULL otherwise.
Definition: openjpeg.h:185