#include <t4_rx.h>
Public Attributes | |
| t4_row_write_handler_t | row_handler |
| Callback function to write a row of pixels to the image destination. | |
| void * | row_handler_user_data |
| Opaque pointer passed to row_write_handler. | |
| int | current_page |
| The number of pages transferred to date. | |
| int | line_image_size |
| The size of the compressed image on the line side, in bits. | |
| int | line_encoding |
| The type of compression used between the FAX machines. | |
| uint32_t | image_width |
| The width of the current page, in pixels. | |
| union { | |
| t4_t6_decode_state_t t4_t6 | |
| t42_decode_state_t t42 | |
| t85_decode_state_t t85 | |
| } | decoder |
| t4_rx_metadata_t | metadata |
| t4_rx_tiff_state_t | tiff |
| All TIFF file specific state information for the T.4 context. | |
| logging_state_t | logging |
| Error and flow logging control. | |
T.4 FAX decompression descriptor. This defines the working state for a single instance of a T.4 FAX decompression channel.
1.6.1