|
spandsp 3.0.0
|
#include <t4_rx.h>
Public Attributes | |
| const char * | file |
| The current file name. | |
| TIFF * | tiff_file |
| The libtiff context for the current TIFF file. | |
| int | image_type |
| int | compression |
| The compression type for output to the TIFF file. | |
| uint16_t | photo_metric |
| The TIFF photometric setting for the current page. | |
| uint16_t | fill_order |
| The TIFF fill order setting for the current page. | |
| int | pages_in_file |
| The number of pages in the current image file. | |
| time_t | page_start_time |
| The time at which handling of the current page began. | |
| uint8_t * | image_buffer |
| A point to the image buffer. | |
| int | image_size |
| The size of the image in the image buffer, in bytes. | |
| int | image_buffer_size |
| The current size of the image buffer. | |
TIFF specific state information to go with T.4 compression or decompression handling.
| int t4_rx_tiff_state_t::image_type |
Image type - bilevel, gray, colour
Referenced by t4_rx_end_page().