|
Public Attributes |
|
const char * | file |
| | The current file name.
|
|
TIFF * | tiff_file |
| | The libtiff context for the current TIFF file.
|
|
int32_t | output_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.
|
|
int32_t | output_t4_options |
| | The TIFF G3 FAX options.
|
|
int | pages_in_file |
| | The number of pages in the current image file.
|
|
const char * | vendor |
| | The vendor of the machine which produced the file.
|
|
const char * | model |
| | The model of machine which produced the file.
|
|
const char * | local_ident |
| | The local ident string.
|
|
const char * | far_ident |
| | The remote end's ident string.
|
|
const char * | sub_address |
| | The FAX sub-address.
|
|
const char * | dcs |
| | The FAX DCS information, as an ASCII string.
|
|
int | start_page |
| | The first page to transfer. -1 to start at the beginning of the file.
|
|
int | stop_page |
| | The last page to transfer. -1 to continue to the end of the file.
|