Public Attributes | |
| t4_row_write_handler_t | row_write_handler |
| void * | row_write_user_data |
| t4_row_write_handler_t | comment_handler |
| void * | comment_user_data |
| uint32_t | max_comment_len |
| lab_params_t | lab_params |
| uint8_t * | comment |
| size_t | comment_len |
| int | compressed_image_size |
| The size of the compressed image, in bytes. | |
| int | buf_size |
| uint8_t * | compressed_buf |
| logging_state_t | logging |
| Error and flow logging control. | |
| uint8_t* t42_decode_state_s::comment |
The contents for a COMMENT marker segment, to be added to the image at the next opportunity. This is set to NULL when nothing is pending.
A callback routine to handle decoded comments
Length of data pointed to by comment
An opaque pointer passed to comment_handler()
| uint32_t t42_decode_state_s::max_comment_len |
The maximum length of comment to be passed to the comment handler
A callback routine to handle decoded pixel rows
An opaque pointer passed to row_write_handler()
1.6.1